Update a database backup schedule
Replaces a database backup configuration and reschedules jobs.
Replaces a database backup configuration and reschedules jobs.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/updateDatabaseBackup" \ -H "Content-Type: application/json" \ -d '{ "databaseName": "string", "enabled": true, "id": "string", "projectName": "string", "schedule": "string", "serviceName": "string", "storageProviderId": "string", "storageProviderPath": "string" }'null