From 8a2bae001654072f5f0a98a58456d2d885584c68 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Mon, 30 Sep 2024 14:26:42 +0200 Subject: [PATCH] Fixed typos. --- src/openapi/orders/service_engine_orders.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/openapi/orders/service_engine_orders.yaml b/src/openapi/orders/service_engine_orders.yaml index 919290d..e4b0b54 100644 --- a/src/openapi/orders/service_engine_orders.yaml +++ b/src/openapi/orders/service_engine_orders.yaml @@ -79,8 +79,8 @@ paths: ], } responses: - "200": - description: Success + "201": + description: Created content: application/json: schema: @@ -341,8 +341,8 @@ paths: }, } responses: - "200": - description: Successful + "201": + description: Created content: application/json: schema: @@ -388,7 +388,7 @@ paths: null responses: "200": - description: Success + description: OK /orderlines/{uuid}: patch: tags: @@ -413,7 +413,7 @@ paths: null responses: "200": - description: Success + description: OK /orders/{uuid}/payments: post: tags: @@ -463,7 +463,7 @@ paths: null responses: "200": - description: Success + description: OK /orders/{uuid}/customers: post: tags: @@ -513,7 +513,7 @@ paths: null responses: "200": - description: Success + description: OK components: securitySchemes: bearerToken: