Private Spaces

Create a space

Creates a new space in the workspace.

post/api/w/{wId}/spaces

Path parameters

wIdstring required

ID of the workspace

Request body

isRestrictedboolean required
namestring required
spaceKind'regular' | 'project' required
memberIdsstring[]

The space's manual member list. Omitted or empty means the space starts with no manual member.

groupIdsstring[]

The groups given access to the space. Omitted or empty means no group has access to it.

managementMode'manual' | 'group'

Deprecated and ignored. A space's members are its manual member list plus the members of the groups given access to it.

Response

Successfully created space

Changes