diff --git a/src/openapi/orders/service_engine_orders.yaml b/src/openapi/orders/service_engine_orders.yaml index 1d7a789..34cf344 100644 --- a/src/openapi/orders/service_engine_orders.yaml +++ b/src/openapi/orders/service_engine_orders.yaml @@ -1782,8 +1782,8 @@ paths: "payments": [], "orderCustomers": null } - v2.2.1: - summary: Create order line v2.2.1 with minimum requirements + Create order line with minimum requirements: + summary: Create order line with minimum requirements description: AddRemark for case where chosen product requires personal account data birthdate value: { @@ -2026,15 +2026,6 @@ paths: "validFrom": "2024-03-25T09:00:00", "validUntil": null, } - v2.2: - summary: Update order line v2.2 - description: Update order line v2.2 - value: - { - "quantity": 1, - "validFrom": "2024-03-25T09:00:00", - "validUntil": null, - } responses: "200": description: OK @@ -4672,7 +4663,7 @@ paths: schema: $ref: "#/components/schemas/unavailable" examples: - v2.2: + Order with added customer address: value: { "validContents": false, @@ -5254,7 +5245,7 @@ paths: /orders/validation/gboAgeProfile: get: tags: - - Order validation + - Order Validation summary: Get GBO age profile that is valid for the given input. description: |- Only one age profile can be valid at any one time, so only one profile is returned.