From e56c440911ccfcce7ff93777240865892aa84f62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 22:05:15 +0100 Subject: [PATCH] chore(docs): Generated API Reference (#6346) Co-authored-by: olivermrbl --- www/apps/api-reference/specs/admin/openapi.full.yaml | 5 +++++ www/apps/api-reference/specs/admin/paths/admin_orders.yaml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/www/apps/api-reference/specs/admin/openapi.full.yaml b/www/apps/api-reference/specs/admin/openapi.full.yaml index 3408eae5cd..ca0fa2f9e1 100644 --- a/www/apps/api-reference/specs/admin/openapi.full.yaml +++ b/www/apps/api-reference/specs/admin/openapi.full.yaml @@ -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 diff --git a/www/apps/api-reference/specs/admin/paths/admin_orders.yaml b/www/apps/api-reference/specs/admin/paths/admin_orders.yaml index 3244bd35c7..3b959dd8b0 100644 --- a/www/apps/api-reference/specs/admin/paths/admin_orders.yaml +++ b/www/apps/api-reference/specs/admin/paths/admin_orders.yaml @@ -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