Create property
POST/v1/spaces/:space_id/properties
⚠ Warning: Properties are experimental and may change in the next update. ⚠ Creates a new property in the specified space using a JSON payload. The creation process is subject to rate limiting. The payload must include property details such as the name and format. The endpoint then returns the full property data, ready for further interactions.
Request
Responses
- 201
- 400
- 401
- 429
- 500
The created property
Bad request
Unauthorized
Rate limit exceeded
Internal server error