added api docs
This commit is contained in:
11
interface/api/parameters/limit.yaml
Normal file
11
interface/api/parameters/limit.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
components:
|
||||
parameters:
|
||||
Limit:
|
||||
name: limit
|
||||
in: query
|
||||
description: Max number of items to return.
|
||||
required: false
|
||||
schema:
|
||||
type: integer
|
||||
format: int32
|
||||
minimum: 0
|
||||
Reference in New Issue
Block a user