OVPAY-2186 - Endpoint naming fix.
This commit is contained in:
parent
581d9a0658
commit
b666f333cc
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user