docs fix
This commit is contained in:
@@ -3,9 +3,9 @@ components:
|
||||
Limit:
|
||||
name: limit
|
||||
in: query
|
||||
description: Max number of items to return.
|
||||
description: Max number of items to return. Parsed as non-negative int64.
|
||||
required: false
|
||||
schema:
|
||||
type: integer
|
||||
format: int32
|
||||
format: int64
|
||||
minimum: 0
|
||||
|
||||
Reference in New Issue
Block a user