Create a space

View as Markdown

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

spaceTypeIdstringRequired

Request

This endpoint expects an object.
titlestringRequired1-120 characters

Response

The created space.
spaceobject

Errors

404
Not Found Error