mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 15:20:40 +00:00
feat(api): add tag filtering on the applications list endpoint (#7360)
This commit is contained in:
11
openapi.json
11
openapi.json
@@ -19,6 +19,17 @@
|
||||
"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