v2
latestOpenAPI 3.0.12026-07-31690160432.4 KBSpaces
Create a new space
Creates a new space for the current tenant.
post/v1/spaces
Headers
X-Org-Idinteger required
Organization ID
Request body
Example request
{
"spaceName": "Project Management Space",
"description": "This space is for managing project tasks",
"spaceType": "Public_To_All"
}Response
OK