mirror of
https://github.com/restic/restic.git
synced 2025-03-16 00:00:05 +01:00
simplified REST documentation
This commit is contained in:
parent
dc56df2d07
commit
7d422481a8
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ Returns "200 OK" if the blob with the given name and type is stored in the repos
|
|||
Returns the content of the blob with the given name and type if it is stored in the repository,
|
||||
"404 not found" otherwise.
|
||||
|
||||
If the request specifies a partial read with a Range header field,
|
||||
then the status code of the response is 206 instead of 200
|
||||
and the response only contains the specified range.
|
||||
|
||||
Response format: binary/octet-stream
|
||||
|
||||
## POST /{type}/{name}
|
||||
|
|
Loading…
Add table
Reference in a new issue