Skip to main content
Update workspace

Authorizations

Authorization
string
header
required

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

Path Parameters

workspace_slug
string
required

URL-friendly workspace identifier

Example:

"acme"

Body

application/json
name
string
slug
string
public
boolean
archived
boolean
fivetran_key
string
system_ai_key
string
settings
object
ai_keys
object

Response

Updated workspace

workId
string<uuid>
Example:

"550e8400-e29b-41d4-a716-446655440000"

name
string
slug
string
public
boolean
archived
boolean
plan
object
fivetran_key
boolean
system_key
boolean
createdAt
string<date-time>
Example:

"2024-01-15T10:30:00Z"

updatedAt
string<date-time>
Example:

"2024-01-15T10:30:00Z"

settings
object
Last modified on July 23, 2026