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: