OVPAY-681, OVPAY-677 - Typo.
This commit is contained in:
parent
6113f2ad89
commit
2eeb3411e1
@ -8,7 +8,7 @@ servers:
|
|||||||
paths:
|
paths:
|
||||||
/customers/contracts:
|
/customers/contracts:
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: header
|
||||||
name: X-HTM-JWT-AUTH-HEADER
|
name: X-HTM-JWT-AUTH-HEADER
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
@ -65,7 +65,7 @@ paths:
|
|||||||
]
|
]
|
||||||
/customers/contracts/{contractId}:
|
/customers/contracts/{contractId}:
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: header
|
||||||
name: X-HTM-JWT-AUTH-HEADER
|
name: X-HTM-JWT-AUTH-HEADER
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
@ -185,7 +185,7 @@ paths:
|
|||||||
}
|
}
|
||||||
/customers/contracts/{contractId}/invoices:
|
/customers/contracts/{contractId}/invoices:
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: header
|
||||||
name: X-HTM-JWT-AUTH-HEADER
|
name: X-HTM-JWT-AUTH-HEADER
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user