Portabase DashboardAPIDatabases
Set or clear the backup schedule for a database
Authorization
apiKeyAuth x-api-key<token>
API key generated from the Portabase dashboard. Pass as the x-api-key header.
In: header
Path Parameters
id*string
Format
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PUT "https://example.com/databases/123e4567-e89b-12d3-a456-426614174000/backup-policy" \ -H "Content-Type: application/json" \ -d '{ "backupPolicy": "string" }'{ "data": null}