Create a space type
Creates a space type at the organization root. Authorization: organization administrators only — other callers get 403. Body: `title` (1–120 chars) and `identifier`, a lowercase slug (starts with a letter, then letters/digits/hyphens, no trailing hyphen, 2–40 chars). The identifier is the permanent key and cannot be reused — a duplicate returns 409 `identifier_taken`.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
title
identifier
Response
The created space type.
spaceType
Errors
409
Conflict Error