Skip to content

Commit

Permalink
update app dir docs, add enums, add status query
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx committed Oct 8, 2024
1 parent 05d2737 commit 7979cf6
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions openapi/app-directory/app-dir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,41 @@ paths:
name: chain
schema:
type: string
enum:
- moonbeam
- moonriver
example: moonbeam
description: Filter by blockchain network (e.g., moonbeam)
- in: query
name: category
schema:
type: string
enum:
- defi
- dex
- bridges
- lending
- nfts
- gaming
- social
- wallets
- dao
- other
example: dex
description: Filter by category (e.g., dex)
- in: query
name: status
schema:
type: string
enum:
- active
- inactive
- review
- archived
- deleted
example: dex
default: active
description: Filter by status (e.g., active, deleted)
responses:
'200':
description: A list of projects matching the query parameters.
Expand Down

0 comments on commit 7979cf6

Please sign in to comment.