POST
/
api
/
v1
/
ops
/
storage
Set Storage
curl --request POST \
  --url https://api.example.com/api/v1/ops/storage \
  --header 'Content-Type: application/json' \
  --data '
{
  "backend": "<string>",
  "reason": ""
}
'
{}

Body

application/json
backend
string
required
reason
string
default:""

Response

Successful Response

The response is of type Response Set Storage Api V1 Ops Storage Post · object.