Skip to content

Commit 1e16d36

Browse files
authored
Make customerId required for RTF quotes (#111)
1 parent 589695c commit 1e16d36

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openapi/components/schemas/quotes/QuoteSource.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ oneOf:
1717
type: object
1818
required:
1919
- currency
20+
- customerId
2021
properties:
2122
customerId:
2223
type: string

0 commit comments

Comments
 (0)