SpaceService

CreateSpace creates a space and makes the authenticated caller its first administrator.

post/api/v1/spaces

Query parameters

spaceIdstring

Optional. The resource ID to use. If empty, one is generated.

Request body

namestring

The resource name of the space. Format: spaces/{space}.

titlestring required

Required. The human-readable title.

descriptionstring

Optional. A description of the space.

Response

OK

namestring

The resource name of the space. Format: spaces/{space}.

titlestring required

Required. The human-readable title.

descriptionstring

Optional. A description of the space.

Changes