ObjectsVersionsRestore
Restore one raw object version
Restore one raw object version
Header Parameters
apikey*string
The static admin key configured as ATHENA_KEY_12. Authorization headers (Bearer <key>), X-API-Key, X-Athena-Key, or ?api_key= are also accepted.
X-Athena-Client?string
Optional Athena client name used when Athena should also persist metadata or audit context for the raw storage operation.
Request Body
application/json
[key: string]?any
Response Body
application/json
curl -X POST "https://athena-cluster.com/storage/objects/versions/restore" \ -H "apikey: string" \ -H "Content-Type: application/json" \ -d '{}'{
"status": "success",
"message": "string",
"data": {}
}Empty
Empty
Empty