Update a Custom Object Record by Id. Supported Objects are business and custom objects. Documentation Link - https://doc.clickup.com/8631005/d/h/87cpx-277156/93bf0c2e23177b0/87cpx-376296
Request
Provide your bearer token in the Authorization header when making requests to protected resources.
Path Parameters
id of the record to be updated. Available on the Record details page under the 3 dots or in the url
The key of the Custom Object / Standard Object Schema. For custom objects, the key must include the “custom_objects.” prefix, while standard objects use their respective object keys. This information is available on the Custom Objects Details page under Settings.
Query Parameters
Headers
Access Token
API Version
Responses
200
Successful response
Body
id of the record
Owner (User's id). Limited to 1 for now. Only Supported with custom objects
Follower (User's ids). Limited to 10 for now
Properties of the record
Date and time when the object was added
Date and time when the object was last updated
400
Bad Request
Body
401
Unauthorized