Update tag
PATCH/spaces/:space_id/properties/:property_id/tags/:tag_id
This endpoint updates a tag for a given property id in a space. The update process is subject to rate limiting. The tag is identified by its unique identifier within the specified space. The request must include the tag's name and color. The response includes the tag's details such as its ID, name, and color. This is useful for clients when users want to edit existing tags for a property.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 410
- 429
- 500
The updated tag
Bad request
Unauthorized
Forbidden
Resource not found
Resource deleted
Rate limit exceeded
Internal server error