Update property
PATCH/v1/spaces/:space_id/properties/:property_id
⚠ Warning: Properties are experimental and may change in the next update. ⚠ This endpoint updates an existing property in the specified space using a JSON payload. The update process is subject to rate limiting. The payload must include the name to be updated. The endpoint then returns the full property data, ready for further interactions.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 410
- 429
- 500
The updated property
Bad request
Unauthorized
Forbidden
Resource not found
Resource deleted
Rate limit exceeded
Internal server error