Create or update datamap definition

Creates or updates a datamap definition (XML body).

Path Parameters
  • datamapName
    Type: string
    required
Body
required
application/xml
  • Type: string
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