Skip to main content
PUT
Update workspace

Authorizations

Authorization
string
header
required

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

Body

application/json
workspaceId
string<uuid>

Workspace ID (must match the authenticated workspace)

name
string

Workspace name

Required string length: 1 - 100
logoPath
string

Path to workspace logo

workspaceSettings
object

Workspace settings

integrationVersion
string

Integration version

assistantIds
string<uuid>[]

List of assistant IDs

Response

Workspace updated

success
enum<boolean>
required
Available options:
true
data
object
required