Update workspace configuration

Beta

Update workspace configuration settings. Currently supports updating the workspace disclaimer. Only the fields provided will be updated; other configuration keys are preserved. Requires workspace owner or admin permissions.

Authentication

X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer

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

Path parameters

workspace_idstringRequired

Request

This endpoint expects an object.
workspace_disclaimerobject or nullOptional
Workspace disclaimer settings to update

Response

Workspace configuration updated successfully
workspace_idstring
The workspace ID
workspace_disclaimerobject or null
Workspace disclaimer settings

Errors

403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error