Skip to main content
PATCH
Update Workspace

Authorizations

Authorization
string
header
required

Public API bearer credential sent as Authorization: Bearer <token>. Use either an OAuth access token or a Hybridbox Service account token.

Path Parameters

account_id
string<uuid>
required
workspace_id
string<uuid>
required

Body

application/json

Request schema for creating or updating a workspace.

name
string
required

Workspace display name

Required string length: 1 - 255

Response

account_id
string<uuid>
required

Account UUID that owns the workspace

id
string<uuid>
required

Workspace UUID

name
string
required

Workspace display name

created_at
string<date-time> | null

Workspace creation timestamp

status
string
default:active

Workspace lifecycle status

updated_at
string<date-time> | null

Workspace last update timestamp