put
https://{hostname}/cloud-wrapper/v1/configurations/
Update a saved or inactive configuration.
Update a saved or inactive configuration.
Generated from available response content types
application/xml. Try the operation again using application/json.xxxxxxxxxx15curl --request PUT \--url https://hostname/cloud-wrapper/v1/configurations/configId \--header 'accept: application/problem+json' \--header 'content-type: application/json' \--data '{"locations": [{"capacity": {"unit": "GB"}}]}'
xxxxxxxxxx587}{"detail": "Invalid body","instance": "12ab3c45-789d-01ef-2gh3-ijk4l56m78no","status": 400,"title": "Bad Request","type": "bad_request"}