OVPAY-2186 - Endpoint naming fix.

This commit is contained in:
Bas Boterman 2025-10-01 15:58:20 +02:00
parent 581d9a0658
commit b666f333cc

View File

@ -6,13 +6,13 @@ info:
servers:
- url: https://services.acc.api.htm.nl/abt/abtcontracts/1.0
paths:
/customers/{customerNumber}/contracts:
/customers/{customerProfileId}/contracts:
parameters:
- in: path
name: customerNumber
name: customerProfileId
schema:
type: integer
example: 1001337
example: 1337
required: true
description: The customerNumber.
get: