Skip to main content
PUT
/
api
/
v1
/
spaces
/
{spaceId}
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "userId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication supports:

  • Personal API tokens (PATs)
  • OAuth2 access tokens
  • JWT tokens

Example: Authorization: Bearer your_token_here

Path Parameters

spaceId
string
required

Space identifier

Body

application/json
name
string

Updated space name

description
string

Updated space description

Response

200 - application/json

Space updated successfully

id
string
name
string
description
string
createdAt
string<date-time>
updatedAt
string<date-time>
userId
string
I