Skip to content

Commit 7979cf6

Browse files
committed
update app dir docs, add enums, add status query
1 parent 05d2737 commit 7979cf6

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

openapi/app-directory/app-dir.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,41 @@ paths:
4343
name: chain
4444
schema:
4545
type: string
46+
enum:
47+
- moonbeam
48+
- moonriver
4649
example: moonbeam
4750
description: Filter by blockchain network (e.g., moonbeam)
4851
- in: query
4952
name: category
5053
schema:
5154
type: string
55+
enum:
56+
- defi
57+
- dex
58+
- bridges
59+
- lending
60+
- nfts
61+
- gaming
62+
- social
63+
- wallets
64+
- dao
65+
- other
5266
example: dex
5367
description: Filter by category (e.g., dex)
68+
- in: query
69+
name: status
70+
schema:
71+
type: string
72+
enum:
73+
- active
74+
- inactive
75+
- review
76+
- archived
77+
- deleted
78+
example: dex
79+
default: active
80+
description: Filter by status (e.g., active, deleted)
5481
responses:
5582
'200':
5683
description: A list of projects matching the query parameters.

0 commit comments

Comments
 (0)