Update Workspace
PUT/api/v1/workspaces/:workspace_id
Update a workspace's name and/or status.
- Set
nameto update the workspace name - Set
statusto 'active' or 'inactive' to change the workspace status - When setting status to 'inactive', all active connections in the workspace will be automatically disabled
Request
Responses
- 200
- 400
- 403
- 422
- 500
Successful Response
Bad request
Forbidden
Unprocessable entity
Internal server error