Edit CDN77 Storage
Patchhttps://api.cdn77.com/v3/origin/storage/{id}
Request parameters
- idstring in path, format UUIDv4required
Request body≥1 required
- labelstring
- notestring
Optional note for the Origin.
- passwordstring
Example of the request body
{
"label": "My storage",
"note": "Note for my Origin",
"password": "p455w0rd"
}
Responses
Storage updated.