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
managementMode'manual' | 'group' required
memberIdsstring[]

Required when managementMode is manual

groupIdsstring[]

Required when managementMode is group

Response

Successfully created space

Changes

Changed in 2 of the 80 revisions of this API.2

    • removed the required property space/isRestricted from the response with the 201 status

      response-required-property-removed

    • removed the required property space/groupIds from the response with the 201 status

      response-required-property-removed