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
successboolean
workspaceobject

Errors

400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error