Athena
BackupsSchedulesId

Update a backup schedule

PATCH
/admin/backups/schedules/{id}

Path Parameters

id*integer
Formatint64

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.

Request Body

application/json

Response Body

application/json

application/json

curl -X PATCH "https://athena-cluster.com/admin/backups/schedules/0" \  -H "apikey: string" \  -H "Content-Type: application/json" \  -d '{}'
{}
Empty
Empty
Empty
{
  "status": "error",
  "message": "string",
  "error": "string"
}