v2

latestOpenAPI 3.0.12026-07-31690160432.4 KB
Spaces

Create a new space

Creates a new space for the current tenant.

post/v1/spaces

Headers

X-Org-Idinteger required

Organization ID

Request body

spaceNamestring required

Name of the space

descriptionstring

Description of the space

spaceType'Public_To_All' | 'Public_To_Request' | 'Private' required

Type of the space

Example request

{
  "spaceName": "Project Management Space",
  "description": "This space is for managing project tasks",
  "spaceType": "Public_To_All"
}

Response

OK