cURL
Update list of map fields
PUT
cURL
In the body of the API request that you send to this endpoint, specify a list of field names:
- Fields you haven’t previously defined as map fields but include in the list become map fields.
- Fields you have previously defined as map fields and include in the list remain map fields.
- Fields you have previously defined as map fields but exclude from the list are removed.
Authorizations
Path Parameters
Body
application/json
A list of MapField-names
Example:
["field1", "field2"]Response
200 - application/json
A list of map field names
Example:
["field1", "field2"]