From 729f3189dc45550d47a8264e2d868ff08277c43e Mon Sep 17 00:00:00 2001 From: Brett Daniels Date: Mon, 30 Dec 2024 13:42:56 +1100 Subject: [PATCH] Fix Channel IDs field documentation --- reference/shipping.v2.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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] } ```