mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
feat(api): add tag filtering on the applications list endpoint (#7360)
This commit is contained in:
@@ -14,6 +14,14 @@ paths:
|
||||
summary: List
|
||||
description: 'List all applications.'
|
||||
operationId: list-applications
|
||||
parameters:
|
||||
-
|
||||
name: tag
|
||||
in: query
|
||||
description: 'Filter applications by tag name.'
|
||||
required: false
|
||||
schema:
|
||||
type: string
|
||||
responses:
|
||||
'200':
|
||||
description: 'Get all applications.'
|
||||
|
||||
Reference in New Issue
Block a user