Merge pull request #3681 from Jamstah/api-doc-fix

Fix API doc parameter placeholder: last
pull/3763/head
Milos Gajdos 2022-11-07 15:34:07 +00:00 committed by GitHub
commit ad6249fa92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1495,7 +1495,7 @@ The error codes that may be included in the response body are enumerated below:
##### 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.
@ -5471,7 +5471,7 @@ The following headers will be returned with the response:
##### 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.