AviatoAviato
DeveloperAPI ReferenceBackups

/api/backups

POST
/api/backups

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

label?string

Response Body

application/json

curl -X POST "https://example.com/api/backups" \  -H "Content-Type: application/json" \  -d '{}'
{
  "backup": {
    "filename": "string",
    "path": "string",
    "sizeBytes": 0,
    "createdAt": "string"
  }
}