mirror of https://github.com/restic/restic.git
doc/REST: Make documentation match reality
This commit is contained in:
parent
e978b36713
commit
1beeb7d0dd
|
@ -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
|
||||
following values are defined:
|
||||
|
||||
* ``application/vnd.x.restic.rest.v1+json`` or empty: Select API version 1
|
||||
* ``application/vnd.x.restic.rest.v2+json``: Select API version 2
|
||||
* ``application/vnd.x.restic.rest.v1`` or empty: Select API version 1
|
||||
* ``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 ``Content-Type`` HTTP response header for the HTTP requests which should
|
||||
|
|
Loading…
Reference in New Issue