forked from TrueCloudLab/distribution
Fix API doc parameter placeholder: last
Last is not an integer, but is the last returned value to start the pagination from. Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
This commit is contained in:
parent
8857a19487
commit
9e74396f31
1 changed files with 2 additions and 2 deletions
|
@ -1495,7 +1495,7 @@ The error codes that may be included in the response body are enumerated below:
|
||||||
##### Tags Paginated
|
##### Tags Paginated
|
||||||
|
|
||||||
```
|
```
|
||||||
GET /v2/<name>/tags/list?n=<integer>&last=<integer>
|
GET /v2/<name>/tags/list?n=<integer>&last=<last tag value from previous response>
|
||||||
```
|
```
|
||||||
|
|
||||||
Return a portion of the tags for the specified repository.
|
Return a portion of the tags for the specified repository.
|
||||||
|
@ -5471,7 +5471,7 @@ The following headers will be returned with the response:
|
||||||
##### Catalog Fetch Paginated
|
##### Catalog Fetch Paginated
|
||||||
|
|
||||||
```
|
```
|
||||||
GET /v2/_catalog?n=<integer>&last=<integer>
|
GET /v2/_catalog?n=<integer>&last=<last repository value from previous response>
|
||||||
```
|
```
|
||||||
|
|
||||||
Return the specified portion of repositories.
|
Return the specified portion of repositories.
|
||||||
|
|
Loading…
Reference in a new issue