Merge pull request #1774 from RichardScothern/catalog-clarifcation
Clarify API documentation around catalog fetch behavior
This commit is contained in:
commit
4746b30e31
1 changed files with 2 additions and 2 deletions
|
@ -1497,8 +1497,8 @@ var routeDescriptors = []RouteDescriptor{
|
||||||
Description: "Retrieve a sorted, json list of repositories available in the registry.",
|
Description: "Retrieve a sorted, json list of repositories available in the registry.",
|
||||||
Requests: []RequestDescriptor{
|
Requests: []RequestDescriptor{
|
||||||
{
|
{
|
||||||
Name: "Catalog Fetch Complete",
|
Name: "Catalog Fetch",
|
||||||
Description: "Request an unabridged list of repositories available.",
|
Description: "Request an unabridged list of repositories available. The implementation may impose a maximum limit and return a partial set with pagination links.",
|
||||||
Successes: []ResponseDescriptor{
|
Successes: []ResponseDescriptor{
|
||||||
{
|
{
|
||||||
Description: "Returns the unabridged list of repositories as a json response.",
|
Description: "Returns the unabridged list of repositories as a json response.",
|
||||||
|
|
Loading…
Reference in a new issue