Merge pull request #752 from stevvooe/add-missing-ampersands

Correctly generate URL examples specifications
This commit is contained in:
Olivier Gambier 2015-07-24 22:05:22 -07:00
commit 549a3921a4
2 changed files with 3 additions and 3 deletions

View file

@ -1264,7 +1264,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.
@ -3273,7 +3273,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.