{
"success": {
"id": 1
}
}{
"error": {
"code": "404",
"message": "Requested resource was not found"
}
}Workspace
Update Workspace
WRITE access to the ADMIN module is required to access this endpointThe
scheduleEdited webhook will be fired when this endpoint has run successfullyPUT
/
v2
/
workspace
{
"success": {
"id": 1
}
}{
"error": {
"code": "404",
"message": "Requested resource was not found"
}
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
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
Show child attributes
Show child attributes