diff --git a/reference/shipping.v2.yml b/reference/shipping.v2.yml index 8193b7b03..ffca30d17 100644 --- a/reference/shipping.v2.yml +++ b/reference/shipping.v2.yml @@ -1207,7 +1207,7 @@ paths: "settings": { "rate": 5 }, - channel_ids: [1, 3] + "channel_ids": [1, 3] } ``` @@ -1322,7 +1322,7 @@ paths: "settings": { "rate": 8 }, - "channel_ids: [1] + "channel_ids": [1] }, ``` @@ -1446,7 +1446,7 @@ paths: "settings": { "rate": 5 }, - channel_ids: [1, 3] + "channel_ids": [1, 3] } ``` @@ -1711,7 +1711,7 @@ paths: "settings": { "rate": 5 }, - channel_ids: [1, 3] + "channel_ids": [1, 3] } ```