Skip to content

Commit fb40d64

Browse files
committed
Replace "warehouse" with "inventory"
See consilience/pt-core-app-server#446
1 parent 79a318d commit fb40d64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi/v1/print-trail-channel-api.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ paths:
218218
note: string
219219
fulfilments:
220220
- uuid: af6513a1-112b-4184-aeac-e3ab5c99cb38
221-
productionMethod: warehouse
221+
productionMethod: inventory
222222
supplierLocation:
223223
code: uk-northwest
224224
countryCode: GB
@@ -470,7 +470,7 @@ paths:
470470
data:
471471
- name: My Happy Place Book
472472
sku: BOOK/HB/abc-123
473-
type: warehouse
473+
type: inventory
474474
description: string
475475
additionalDetails:
476476
- key: string
@@ -1167,7 +1167,7 @@ components:
11671167
example: pod
11681168
enum:
11691169
- pod
1170-
- warehouse
1170+
- inventory
11711171
readOnly: true
11721172
description:
11731173
type: string
@@ -1263,7 +1263,7 @@ components:
12631263
minLength: 1
12641264
enum:
12651265
- pod
1266-
- warehouse
1266+
- inventory
12671267
example: pod
12681268
supplierLocation:
12691269
$ref: '#/components/schemas/SupplierLocation'

0 commit comments

Comments
 (0)