Merge pull request #3425 from lostsquirrel/patch-1

Fix the /v2/_catalog n parameter description
This commit is contained in:
João Pereira
2021-06-17 11:10:14 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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,
},