Added limit query to assets endpoint
This commit is contained in:
5
api.yaml
5
api.yaml
@@ -295,6 +295,11 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
description: Name of assets to search
|
description: Name of assets to search
|
||||||
|
- in: query
|
||||||
|
name: limit
|
||||||
|
schema:
|
||||||
|
type: number
|
||||||
|
description: Limit of assets to return
|
||||||
security:
|
security:
|
||||||
- cookie: []
|
- cookie: []
|
||||||
responses:
|
responses:
|
||||||
|
|||||||
Reference in New Issue
Block a user