latestOpenAPI 3.0.32026-08-201592,4923.4 MB

53223abaceb7

Spaces

Update Space

Update Space metadata and settings

put/spaces/{spaceId}

Path parameters

spaceIdstring uuid required

Request body

spaceIdstring uuid
organizationIdstring uuid

Only present for Team Spaces

ownerUsernamestring

Only present for Personal Spaces

spaceType'PERSONAL' | 'TEAM'
namestring
createdAtstring date-time
lastModifiedAtstring date-time

Example request

{
  "name": "Team 1 Space"
}

Response

Space updated successfully

spaceIdstring uuid
organizationIdstring uuid

Only present for Team Spaces

ownerUsernamestring

Only present for Personal Spaces

spaceType'PERSONAL' | 'TEAM'
namestring
createdAtstring date-time
lastModifiedAtstring date-time

Example response

{
  "name": "Team 1 Space"
}