diff --git a/src/openapi/orders/service_engine_orders.yaml b/src/openapi/orders/service_engine_orders.yaml index 88d3078..46fef29 100644 --- a/src/openapi/orders/service_engine_orders.yaml +++ b/src/openapi/orders/service_engine_orders.yaml @@ -2232,16 +2232,7 @@ paths: schema: $ref: "#/components/schemas/unavailable" examples: - v2.2: - summary: Update order line v2.2 - description: Update order line v2.2 - value: - { - "productId": 49, - "quantity": 1, - "validFrom": "2024-03-25T09:00:00", - "validUntil": null, - } + v2.1: summary: Update order line v2.1 description: Update order line v2.1 @@ -2251,6 +2242,16 @@ paths: "validFrom": "2024-03-25T09:00:00", "validUntil": null, } + v3.0 for subscriptions: + summary: Update order line v2.2 + description: Update order line v2.2 + value: + { + "productId": 49, + "quantity": 1, + "validFrom": "2024-03-25T09:00:00", + "validUntil": null, + } v1.2: summary: Orderline update v1.2 description: Orderline update v1.2