syntribos-openstack-templates/cinder_v3/os_quota_sets/update_quota_put.template

11 lines
205 B
Plaintext

PUT /v3/{|rand_uuid|}/os-quota-sets/{|rand_uuid|}/{|rand_uuid|} HTTP/1.1
Accept: application/json
Content-type: application/json
X-Auth-Token: |token|
{
"quota_set": {
"snapshots": 45
}
}