Create or update datamap definition
Creates or updates a datamap definition (XML body).
Path Parameters
- Type: stringdatamap
Name required
Body
required
application/json
Responses
- 200
OK
- 400
Bad request
- 404
Not found
Request Example for put/extra/v1/definition/datamap/{datamapName}
curl 'https://api.customer.cadasto.io/extra/v1/definition/datamap/{datamapName}' \
--request PUT \
--header 'Content-Type: application/xml' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--data ''
No Body