add common parameters to generic get API
Honestly this was just done to make the documentation correct. There's no point in using these parameters. And they're optional.
This commit is contained in:
parent
ab22938c0b
commit
6a3f755bfa
3 changed files with 10 additions and 3 deletions
|
@ -97,6 +97,9 @@ http server.
|
|||
When the key is not present on the server, it will respond
|
||||
with 404 Not Found.
|
||||
|
||||
Note that the common parameters bypass and clientuuid, while
|
||||
accepted, have no effect. Both are optional for this request.
|
||||
|
||||
### GET /git-annex/$uuid/v3/key/$key
|
||||
|
||||
Get the content of a key from the repository with the specified uuid.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue