Update Workspace By ID V2
Update a workspace for a team
POST
/
v2
/teams
/{team_id}
/workspaces
/{workspace_id}
Request Body
application/json
Requiredupdate workspace body
nickname
string
nickname of workspace
request_hibernate
boolean
Request the workspace to hibernate, does nothing if workspace is already hibernated or hibernating
request_wake_up
boolean
Request the workspace to wake up, does nothing if workspace is already awake or waking up
Header Parameters
Authorization
Requiredstring
Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token
Path Parameters
team_id
Requiredstring
ID of team
workspace_id
Requiredstring
ID of workspace, or the workspace hostname
OK