Update a custom field
Update the value of an existing custom field.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Numeric ID of the custom field.
Body
New value of the custom field.
Response
Custom field updated successfully
Numeric ID of the custom field.
ID of the item or rental that owns this custom field.
Type of the owner resource. Rental is the legacy spelling of Cycle, returned only for rows created before the Rental -> Cycle data backfill.
Item, Cycle, Rental ID of the custom field definition.
Key of the custom field definition.
Raw stored value of the custom field.
Typed JSON value of the custom field (format depends on definition type).