PUT /block-storage/{id}
curl \
-X PUT https://api-ch-gva-2.exoscale.com/v2/block-storage/{id} \
-H "Content-Type: application/json" \
-d '{"name":"string","labels":{"additionalProperty1":"string","additionalProperty2":"string"}}'
Request examples
{
"name": "string",
"labels": {
"additionalProperty1": "string",
"additionalProperty2": "string"
}
}
Response examples (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}