Skip to content

Commit

Permalink
Merge pull request distribution#3425 from lostsquirrel/patch-1
Browse files Browse the repository at this point in the history
Fix the /v2/_catalog n parameter description
  • Loading branch information
joaodrp authored Jun 17, 2021
2 parents f2ebb2b + 24e1ea0 commit 6d75bd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/spec/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5481,7 +5481,7 @@ The following parameters should be specified on the request:

|Name|Kind|Description|
|----|----|-----------|
|`n`|query|Limit the number of entries in each response. It not present, all entries will be returned.|
|`n`|query|Limit the number of entries in each response. It not present, 100 entries will be returned.|
|`last`|query|Result set will include values lexically after last.|


Expand Down
2 changes: 1 addition & 1 deletion registry/api/v2/descriptors.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ var (
{
Name: "n",
Type: "integer",
Description: "Limit the number of entries in each response. It not present, all entries will be returned.",
Description: "Limit the number of entries in each response. It not present, 100 entries will be returned.",
Format: "<integer>",
Required: false,
},
Expand Down

0 comments on commit 6d75bd0

Please sign in to comment.