General APIs with JWT
Update a volume
Endpoint to update a volume.
put/volumes/{volume_id}
Path parameters
volume_idstring uuid required
Request body
Example request
{
"description": "my volume description",
"name": "my volume"
}Response
Volume updated successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.