fix number of headers
This commit is contained in:
parent
9d29b99ac4
commit
1e1c13dd38
1 changed files with 2 additions and 2 deletions
|
@ -295,7 +295,7 @@ Same as v3, except the JSON will not include "plusuuids".
|
||||||
|
|
||||||
Identical to v1.
|
Identical to v1.
|
||||||
|
|
||||||
## POST /git-annex/$uuid/v3/remove-before
|
### POST /git-annex/$uuid/v3/remove-before
|
||||||
|
|
||||||
Remove a key's content from the server, but only before a specified time.
|
Remove a key's content from the server, but only before a specified time.
|
||||||
|
|
||||||
|
@ -313,7 +313,7 @@ removal will fail and the server will respond with: `{"removed": false}`
|
||||||
This is used to avoid removing content after a point in
|
This is used to avoid removing content after a point in
|
||||||
time where it is no longer locked in other repostitories.
|
time where it is no longer locked in other repostitories.
|
||||||
|
|
||||||
## POST /git-annex/$uuid/v3/gettimestamp
|
### POST /git-annex/$uuid/v3/gettimestamp
|
||||||
|
|
||||||
Gets the current timestamp from the server.
|
Gets the current timestamp from the server.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue