Update a storage volume for a team
PUT
/
v2
/teams
/{team_id}
/storage
/volumes
/{storage_volume_id}
Request Body
application/json
Requiredupdate volume body
size
Requiredinteger
size of the volume (in GB)
Format:
"int64"
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
storage_volume_id
Requiredstring
ID of storage volume
updated volume