Create type
POST/spaces/:space_id/types
Creates a new object type in the specified space using a JSON payload. The creation process is subject to rate limiting. The payload must include type details such as the name, icon, and layout. The endpoint then returns the full type data, ready to be used for creating objects.
Request
Responses
- 200
- 400
- 401
- 429
- 500
The created type
Bad request
Unauthorized
Rate limit exceeded
Internal server error