PUT
/
v2
/
workspace
curl --request PUT \
  --url https://api.sonderplan.com/v2/workspace \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '"<any>"'
{
  "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
required

The ID of the workspace to update

Body

application/json · any
Workspace object that needs to be updated

The body is of type any.

Response

200
application/json
Successful Operation
success
object