diff --git a/src/openapi/products/SE-vouchers-TP.yaml b/src/openapi/products/SE-vouchers-TP.yaml index ebd38f3..cbab308 100644 --- a/src/openapi/products/SE-vouchers-TP.yaml +++ b/src/openapi/products/SE-vouchers-TP.yaml @@ -1,17 +1,17 @@ openapi: 3.0.1 info: - title: Service Engine APIs for HTM voucher for sales Touchpint - description: Service Engine APIs for HTM vouchers. These are NOT the CRUD APIs to the data hub. These ARE the api's for sales touchpoints. + title: Service Engine APIs for HTM voucher for sales Touchpoint + description: Service Engine APIs for HTM vouchers. These are NOT the CRUD APIs to the data hub. These ARE the APIs for sales touchpoints. version: "1.0" servers: - url: https://services.acc.api.htm.nl/abt/abtvouchersTouchpoint/1.0 paths: /issuedvouchers/{voucherCode}: get: - summary: Get details of a voucher, that was issued for a specific touch point + summary: Get details of a voucher, that was issued for a specific touchpoint description: - Get details of an issued voucher for a specific touch point. This means that only products that the calling touch point is allowed to see or sell - (i.e. has active sellingPeriods for touchPointId of the calling touch point) are returned. + Get details of an issued voucher for a specific touchpoint. This means that only products that the calling touchpoint is allowed to see or sell + (i.e. has active sellingPeriods for touchPointId of the calling touchpoint) are returned. parameters: - name: voucherCode in: path