Merge pull request #737 from tsing/patch-1

Fix typo
This commit is contained in:
Olivier Gambier 2015-07-23 22:42:12 -07:00
commit 6fa40be3aa
1 changed files with 1 additions and 1 deletions

View File

@ -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.