General APIs with JWT
Create a new volume
Endpoint to create a new volume.
post/volumes
Request body
Example request
{
"description": "my volume description",
"name": "my volume"
}Response
Volume created successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.