PATCH
/
api
/
v1
/
workspaces
/
{workspace_id}
{
  "id": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "memberships": [
    {
      "id": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "userId": "<string>",
      "workspaceId": "<string>",
      "privileges": [
        "ROLE_WORKSPACE_OWNER"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
string
required

Query Parameters

expand
enum<string> | null
Available options:
workspaceMemberships

Body

application/json
name
string
required
Required string length: 1 - 128

Response

200
application/json
Successful Response
name
string
required
memberships
object[] | null
required
id
string
createdAt
string
updatedAt
string