Create a space
Creates a space under the space type named in the path. Authorization: requires spacetype:contribute on the parent space type; organization administrators bypass this check. A caller lacking the grant gets 403. Body: title (1–120 chars); the space id is a server-generated uuid. Returns 201 { space }; 404 if the parent space type does not exist.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
spaceTypeId
Request
This endpoint expects an object.
title
Response
The created space.
space
Errors
404
Not Found Error