Skip to content

Commit e0b1bba

Browse files
committed
fix
1 parent 7979cf6 commit e0b1bba

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

openapi/app-directory/app-dir.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ paths:
6363
- wallets
6464
- dao
6565
- other
66-
example: dex
6766
description: Filter by category (e.g., dex)
6867
- in: query
6968
name: status
@@ -75,9 +74,7 @@ paths:
7574
- review
7675
- archived
7776
- deleted
78-
example: dex
79-
default: active
80-
description: Filter by status (e.g., active, deleted)
77+
description: Filter by status (e.g., active, deleted). If nothing is selected then it will return active projects.
8178
responses:
8279
'200':
8380
description: A list of projects matching the query parameters.

0 commit comments

Comments
 (0)