Skip to content

Commit b9fa5bf

Browse files
author
hzoppetti
committed
updated unit price field to unit_price and type to string
1 parent f753628 commit b9fa5bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14483,8 +14483,8 @@ components:
1448314483
- hourly
1448414484
- misc
1448514485
example: hourly
14486-
unitprice:
14487-
type: number
14486+
unit_price:
14487+
type: string
1448814488
readOnly: true
1448914489
description: The monthly service fee in US Dollars for this Item.
1449014490
example: 5.05

0 commit comments

Comments
 (0)