Site Backups
Show diff between two backup files
Returns a unified diff between two backup files. By default returns the diff as text/plain
. If X-Download
header is set, you can download it as a file. If x-highlight
is set, it highlights the diff in a textual format. Requires backup:view
scope.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Site ID
First backup file, e.g. 1682025675.rsc
Second backup file, e.g. 1682026899.rsc
Response
200
text/plain
Unified diff between backups
The response is of type string
.