From 4e073a2ae1c3bdc79a032dd9ee2a1a25f8742e18 Mon Sep 17 00:00:00 2001 From: Mumblemanatee <96999980+Mumblemanatee@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:15:03 +0100 Subject: [PATCH] Update openapi.yaml --- api/openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/openapi.yaml b/api/openapi.yaml index 78a8673..9144868 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -356,7 +356,7 @@ components: type: integer description: "Number of units ordered." price: - type: number + type: integer description: "Unit price at time of order." CreateOrderRequest: type: object @@ -439,5 +439,5 @@ components: type: string description: "Reason for the refund request." amount: - type: number + type: integer description: "Partial refund amount. Omit for full refund."