Creates a new app data backup.

This action will return an error if there is another backup/restore operation already in progress.

Only superusers can perform this action.

API details
POST
/api/backups
Requires Authorization:TOKEN
Body Parameters
Param Type Description
Optional name
String The base name of the backup file to create.
Must be in the format [a-z0-9_-].zip
If not set, it will be auto generated.
Body parameters could be sent as JSON or multipart/form-data.
Responses
{#each responses as response (response.code)} {/each}
{#each responses as response (response.code)}
{/each}