We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7979cf6 commit e0b1bbaCopy full SHA for e0b1bba
openapi/app-directory/app-dir.yml
@@ -63,7 +63,6 @@ paths:
63
- wallets
64
- dao
65
- other
66
- example: dex
67
description: Filter by category (e.g., dex)
68
- in: query
69
name: status
@@ -75,9 +74,7 @@ paths:
75
74
- review
76
- archived
77
- deleted
78
79
- default: active
80
- description: Filter by status (e.g., active, deleted)
+ description: Filter by status (e.g., active, deleted). If nothing is selected then it will return active projects.
81
responses:
82
'200':
83
description: A list of projects matching the query parameters.
0 commit comments