Clarify API documentation around catalog fetch behavior

Signed-off-by: Richard Scothern <richard.scothern@docker.com>
This commit is contained in:
Richard Scothern 2016-06-08 10:39:17 -07:00
parent feddf6cd4e
commit 352924cd85
2 changed files with 4 additions and 4 deletions

View file

@ -4765,13 +4765,13 @@ List a set of available repositories in the local registry cluster. Does not pro
Retrieve a sorted, json list of repositories available in the registry.
##### Catalog Fetch Complete
##### Catalog Fetch
```
GET /v2/_catalog
```
Request an unabridged list of repositories available.
Request an unabridged list of repositories available. The implementation may impose a maximum limit and return a partial set with pagination links.