Create a new backup
cURL
curl --request POST \ --url https://api.fluxend.app/backups \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --header 'X-Project: <x-project>' \ --data '{ "projectUUID": "<string>" }'
{ "content": { "completedAt": "<string>", "error": "<string>", "projectUuid": "<string>", "startedAt": "<string>", "status": "<string>", "uuid": "<string>" }, "errors": [ "<string>" ], "metadata": "<any>", "success": true }
Bearer Token
Project UUID
The body is of type object.
object
Backup created
The response is of type object.