fix the /v2/_catalog n parameter description
If `n` is not present only 100 entries returned Signed-off-by: lisong <lisong@cdsunrise.net>
This commit is contained in:
parent
d80a63f1ea
commit
933ee1fd43
1 changed files with 1 additions and 1 deletions
|
@ -5450,7 +5450,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.|
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue