API ReferenceSpaces
Create Space
Creates a single space
Authorization
AuthorizationRequiredBearer <token>In: header
Request Body
application/jsonRequiredSpace to add
nameRequiredstringName of the space
slugstringURL-friendly identifier for the space, unique within the organization. Auto-generated from the name if not provided.
Pattern:
"^[a-z0-9]+(?:-[a-z0-9]+)*$"descriptionstringShort description of the space
Space created