Update Workspace

A partner, using a token signed by their clientId and clientSecret, can call this method to update the current metadata associated with the workspace id. If any field is null, it is not updated.

Authentication

Authorizationstring

Enter your JWT Token here in the format: Bearer {token}

Query parameters

workspace_idstringOptionalformat: "uuid"
Workspace Id
external_workspace_idstringOptional
External Workspace Id

Request

Patch Workspace Request
entitlementslist of objectsOptional
external_workspace_idstringOptional
namestringOptional

Response

OK
messagestring or null
successboolean or null
workspaceobject or null

Errors