Create tag
POST/spaces/:space_id/properties/:property_id/tags
This endpoint creates a new tag for a given property id in a space. The creation 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 add new tag options to a property.
Request
Responses
- 200
- 400
- 401
- 429
- 500
The created tag
Bad request
Unauthorized
Rate limit exceeded
Internal server error