Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The custom field values to set
The body is of type object
.
Response
200
Success
Sets custom field values on a specific Metronome entity instance. Overwrites existing values for matching keys while preserving other fields. All updates are transactional—either all values are set or none are. Custom field values are limited to 200 characters each.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The custom field values to set
The body is of type object
.
Success