File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments