put https://{serverURL}/api/storage-servers/
Updates a storage server.
Responses
Updates a storage server.
xxxxxxxxxx
12curl --request PUT \
--url https://changeme/api/storage-servers/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"storageServer": {
"enabled": true,
"visibility": "private"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: