Skip to main content
PUT
/
v2
/
workspace
{
  "success": {
    "id": 1
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

id
integer<int64>
required

The ID of the workspace to update

Body

application/json

Workspace object that needs to be updated

The body is of type any.

Response

Successful Operation

success
object