Update a volume backup schedule
Replaces a volume backup configuration and reschedules jobs.
Replaces a volume 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/updateVolumeBackup" \ -H "Content-Type: application/json" \ -d '{ "enabled": true, "projectName": "string", "schedule": "string", "serviceName": "string", "storageProviderId": "string", "storageProviderPath": "string", "volumeName": "string", "id": "string" }'null