Added limit query to assets endpoint

This commit is contained in:
2022-01-24 12:14:19 +01:00
parent d956f738bd
commit 97680dc53c

View File

@@ -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: