diff --git a/src/openapi/contracts/contracts-crud.yaml b/src/openapi/contracts/contracts-crud.yaml index a3043c2..46e2f79 100644 --- a/src/openapi/contracts/contracts-crud.yaml +++ b/src/openapi/contracts/contracts-crud.yaml @@ -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: