cURL
curl --request POST \ --url https://dashboard.gratian.pro/api/client/servers/{server}/backups/{backup}/lock \ --header 'Authorization: Bearer <token>'
[ "<any>" ]
Toggles the lock status of a given backup for a server.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The server UUID
The backup UUID
The response is of type any[].
any[]