Edit CDN77 Object Storage
Patchhttps://api.cdn77.com/v3/origin/object-storage/{id}
Request parameters
- idstring in pathrequired
Request body≥1 required
- access_keysarray of objects
- labelstring
- notestring
Example of the request body
{
"access_keys": [
{
"access_key_id": "9880280c-0507-46d1-88f3-71cfee83fa57",
"type": "read"
}
],
"label": "My label",
"note": "My note"
}
Responses
Origin updated