diff --git a/www/apps/api-reference/specs/admin/openapi.full.yaml b/www/apps/api-reference/specs/admin/openapi.full.yaml index 3408eae5cda17..ca0fa2f9e1c1f 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 3244bd35c72bb..3b959dd8b0dd1 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