API ReferenceSpaces
Update Space
Updates a space by ID
Authorization
AuthorizationRequiredBearer <token>In: header
Request Body
application/jsonRequiredSpace fields to update
namestringName of the space
slugstringURL-friendly identifier for the space, unique within the organization
Pattern:
"^[a-z0-9]+(?:-[a-z0-9]+)*$"descriptionstringShort description of the space
Path Parameters
idRequiredstringID of space
Space updated