workspaces

Update workspace

Updates a workspace.

put/workspaces/{workspaceId}

Headers

Content-Type'application/json' required

Defines the structure for the request body.

Request body

namestring

The new Workspace name.

Response

Basic information about the updated Workspace

message'SUCCESS'

Message that indicates the request was successful.

resultCode0
  • '0' Success

Example response

{
  "message": "SUCCESS"
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.