Correctly generate URL examples specifications
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
parent
984037f7fc
commit
dcbf2967fd
2 changed files with 3 additions and 3 deletions
|
@ -1241,7 +1241,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=<integer>
|
||||
```
|
||||
|
||||
Return a portion of the tags for the specified repository.
|
||||
|
@ -3249,7 +3249,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=<integer>
|
||||
```
|
||||
|
||||
Return the specified portion of repositories.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue