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 objectsnotestringbase_dirstringBase directory
Example of the request body
{
"access_keys": [
{
"access_key_id": "9880280c-0507-46d1-88f3-71cfee83fa57",
"type": "read"
}
],
"note": "My note",
"base_dir": "images"
}Responses
Origin updated