Merge pull request #3425 from lostsquirrel/patch-1
Fix the /v2/_catalog n parameter descriptionmaster
						commit
						6d75bd043a
					
				|  | @ -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.| | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
|  | @ -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, | ||||
| 		}, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue