Update object
PATCH/v1/spaces/:space_id/objects/:object_id
This endpoint updates an existing object in the specified space using a JSON payload. The update process is subject to rate limiting. The payload must include the details to be updated. The endpoint then returns the full object data, ready for further interactions.
Request
Responses
- 200
- 400
- 401
- 404
- 410
- 429
- 500
The updated object
Bad request
Unauthorized
Resource not found
Resource deleted
Rate limit exceeded
Internal server error