Skip to main content
PUT
Update current workspace

Authorizations

Authorization
string
header
required

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

Body

application/json

Request body schema.

syncs
object[]
name
string
Required string length: 1 - 255
Pattern: ^[^<>]*$
allowedEmailDomains
string[]
logoBase64
string | null
metadata
object
chromeExtensionMasterAgentUuid
string<uuid> | null
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$
chromeExtensionAvailableAgentUuids
string[] | null
defaultRoleUuid
string<uuid> | null
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$
allowedLoginProviders
enum<string>[] | null
Available options:
email,
google-oauth2,
azuread,
okta

Response

Successful response

workspace
object
required