Small update of API docs
Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
This commit is contained in:
parent
97957b12b1
commit
279fa01b2a
1 changed files with 2 additions and 2 deletions
|
@ -509,7 +509,7 @@ Uploads are started with a POST request which returns a url that can be used
|
||||||
to push data and check upload status.
|
to push data and check upload status.
|
||||||
|
|
||||||
The `Location` header will be used to communicate the upload location after
|
The `Location` header will be used to communicate the upload location after
|
||||||
each request. While it won't change in the this specification, clients should
|
each request. While it won't change in this specification, clients should
|
||||||
use the most recent value returned by the API.
|
use the most recent value returned by the API.
|
||||||
|
|
||||||
##### Starting An Upload
|
##### Starting An Upload
|
||||||
|
@ -1506,7 +1506,7 @@ The following parameters should be specified on the request:
|
||||||
|Name|Kind|Description|
|
|Name|Kind|Description|
|
||||||
|----|----|-----------|
|
|----|----|-----------|
|
||||||
|`name`|path|Name of the target repository.|
|
|`name`|path|Name of the target repository.|
|
||||||
|`n`|query|Limit the number of entries in each response. It not present, all entries will be returned.|
|
|`n`|query|Limit the number of entries in each response. If not present, all entries will be returned.|
|
||||||
|`last`|query|Result set will include values lexically after last.|
|
|`last`|query|Result set will include values lexically after last.|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue