diff --git a/src/openapi/orders/orders-crud.yaml b/src/openapi/orders/orders-crud.yaml index 681ae56..0682252 100644 --- a/src/openapi/orders/orders-crud.yaml +++ b/src/openapi/orders/orders-crud.yaml @@ -306,18 +306,18 @@ paths: summary: Minimum order request description: Minimum order request value: - { - "totalAmount": 0, - "touchPointId": 1, - "createdOn": "2024-03-22T09:00:00", - "order_OrderStatus": - [ - { - "orderStatusId": 1, - "createdOn": "2024-03-22T09:00:00", - } - ] - } + { + "totalAmount": 0, + "touchPointId": 1, + "createdOn": "2024-03-22T09:00:00", + "order_OrderStatus": + [ + { + "orderStatusId": 1, + "createdOn": "2024-03-22T09:00:00", + } + ], + } Maximum order request : summary: Maximum order request description: Maximum order request