Skip to content

Commit

Permalink
chore(docs): Generated API Reference (#6346)
Browse files Browse the repository at this point in the history
Co-authored-by: olivermrbl <[email protected]>
  • Loading branch information
github-actions[bot] and olivermrbl authored Feb 8, 2024
1 parent 66e8f4e commit e56c440
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions www/apps/api-reference/specs/admin/openapi.full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9652,6 +9652,11 @@ paths:
description: Comma-separated fields that should be included in the returned order.
schema:
type: string
- in: query
name: order
description: A order field to sort-order the retrieved orders by.
schema:
type: string
x-codegen:
method: list
queryParams: AdminGetOrdersParams
Expand Down
5 changes: 5 additions & 0 deletions www/apps/api-reference/specs/admin/paths/admin_orders.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@ get:
description: Comma-separated fields that should be included in the returned order.
schema:
type: string
- in: query
name: order
description: A order field to sort-order the retrieved orders by.
schema:
type: string
x-codegen:
method: list
queryParams: AdminGetOrdersParams
Expand Down

0 comments on commit e56c440

Please sign in to comment.