OVPAY-1126 - Renamed tag v2 to v2.1.

This commit is contained in:
Bas Boterman 2024-11-06 16:18:44 +01:00
parent 9be5af4886
commit e242e4db54

View File

@ -474,7 +474,7 @@ paths:
description: The JWT of the logged in customer (in case of a web shop). description: The JWT of the logged in customer (in case of a web shop).
get: get:
tags: tags:
- Order Retrieval v2 (RFU) - Order Retrieval v2.1
summary: Get all orders for a specific customer. summary: Get all orders for a specific customer.
description: Get all orders for a specific customer. description: Get all orders for a specific customer.
responses: responses:
@ -668,7 +668,7 @@ paths:
description: The JWT of the logged in customer (in case of a web shop). description: The JWT of the logged in customer (in case of a web shop).
post: post:
tags: tags:
- Order Creation v2 (RFU) - Order Creation v2.1
summary: Create a new order. summary: Create a new order.
description: Create a new order. description: Create a new order.
requestBody: requestBody:
@ -826,7 +826,7 @@ paths:
description: The JWT of the logged in customer (in case of a web shop). description: The JWT of the logged in customer (in case of a web shop).
get: get:
tags: tags:
- Order Retrieval v2 (RFU) - Order Retrieval v2.1
summary: Get a single order. summary: Get a single order.
description: Get a single order. description: Get a single order.
responses: responses:
@ -1009,7 +1009,7 @@ paths:
} }
patch: patch:
tags: tags:
- Order Creation v2 (RFU) - Order Creation v2.1
summary: Update an existing order. summary: Update an existing order.
description: Update an existing order. description: Update an existing order.
requestBody: requestBody:
@ -1023,7 +1023,7 @@ paths:
description: OK description: OK
delete: delete:
tags: tags:
- Order Creation v2 (RFU) - Order Creation v2.1
summary: Delete an existing order. summary: Delete an existing order.
description: Delete an existing order. description: Delete an existing order.
responses: responses:
@ -1048,7 +1048,7 @@ paths:
description: The JWT of the logged in customer (in case of a web shop). description: The JWT of the logged in customer (in case of a web shop).
post: post:
tags: tags:
- Order Creation v2 (RFU) - Order Creation v2.1
summary: Add a new order line to an existing order. summary: Add a new order line to an existing order.
description: Add a new order line to an existing order. description: Add a new order line to an existing order.
requestBody: requestBody:
@ -1130,7 +1130,7 @@ paths:
description: The JWT of the logged in customer (in case of a web shop). description: The JWT of the logged in customer (in case of a web shop).
patch: patch:
tags: tags:
- Order Creation v2 (RFU) - Order Creation v2.1
summary: Update an existing order line. summary: Update an existing order line.
description: Update an existing order line. description: Update an existing order line.
requestBody: requestBody:
@ -1159,7 +1159,7 @@ paths:
example: { "orderLineId": "e78b78d9-4fb0-4a9c-8dc0-6d100c9f1b3f" } example: { "orderLineId": "e78b78d9-4fb0-4a9c-8dc0-6d100c9f1b3f" }
delete: delete:
tags: tags:
- Order Creation v2 (RFU) - Order Creation v2.1
summary: Delete an existing order line. summary: Delete an existing order line.
description: Delete an existing order line. description: Delete an existing order line.
responses: responses:
@ -1184,7 +1184,7 @@ paths:
description: The JWT of the logged in customer (in case of a web shop). description: The JWT of the logged in customer (in case of a web shop).
post: post:
tags: tags:
- Order Creation v2 (RFU) - Order Creation v2.1
summary: Add a payment to an existing order. summary: Add a payment to an existing order.
description: Add a payment to an existing order. description: Add a payment to an existing order.
requestBody: requestBody:
@ -1248,7 +1248,7 @@ paths:
description: The JWT of the logged in customer (in case of a web shop). description: The JWT of the logged in customer (in case of a web shop).
patch: patch:
tags: tags:
- Order Creation v2 (RFU) - Order Creation v2.1
summary: Update a payment on an existing order. summary: Update a payment on an existing order.
description: Update a payment on an existing order. description: Update a payment on an existing order.
requestBody: requestBody:
@ -1288,7 +1288,7 @@ paths:
description: The JWT of the logged in customer (in case of a web shop). description: The JWT of the logged in customer (in case of a web shop).
post: post:
tags: tags:
- Order Creation v2 (RFU) - Order Creation v2.1
summary: Add a customer to an existing order. summary: Add a customer to an existing order.
description: Add a customer to an existing order. description: Add a customer to an existing order.
requestBody: requestBody:
@ -1344,7 +1344,7 @@ paths:
example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
description: The JWT of the logged in customer (in case of a web shop). description: The JWT of the logged in customer (in case of a web shop).
tags: tags:
- Order Creation v2 (RFU) - Order Creation v2.1
summary: Update a customer on an existing order. summary: Update a customer on an existing order.
description: Update a customer on an existing order. description: Update a customer on an existing order.
requestBody: requestBody: