forked from TrueCloudLab/restic
doc/REST: Make documentation match reality
This commit is contained in:
parent
e978b36713
commit
1beeb7d0dd
1 changed files with 2 additions and 2 deletions
|
@ -672,8 +672,8 @@ The following values are valid for ``{type}``:
|
||||||
The API version is selected via the ``Accept`` HTTP header in the request. The
|
The API version is selected via the ``Accept`` HTTP header in the request. The
|
||||||
following values are defined:
|
following values are defined:
|
||||||
|
|
||||||
* ``application/vnd.x.restic.rest.v1+json`` or empty: Select API version 1
|
* ``application/vnd.x.restic.rest.v1`` or empty: Select API version 1
|
||||||
* ``application/vnd.x.restic.rest.v2+json``: Select API version 2
|
* ``application/vnd.x.restic.rest.v2``: Select API version 2
|
||||||
|
|
||||||
The server will respond with the value of the highest version it supports in
|
The server will respond with the value of the highest version it supports in
|
||||||
the ``Content-Type`` HTTP response header for the HTTP requests which should
|
the ``Content-Type`` HTTP response header for the HTTP requests which should
|
||||||
|
|
Loading…
Reference in a new issue