Skip to content

Commit

Permalink
Fix Channel IDs field documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
theromulans committed Dec 30, 2024
1 parent a5aa6ef commit 729f318
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reference/shipping.v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ paths:
"settings": {
"rate": 5
},
channel_ids: [1, 3]
"channel_ids": [1, 3]
}
```
Expand Down Expand Up @@ -1322,7 +1322,7 @@ paths:
"settings": {
"rate": 8
},
"channel_ids: [1]
"channel_ids": [1]
},
```
Expand Down Expand Up @@ -1446,7 +1446,7 @@ paths:
"settings": {
"rate": 5
},
channel_ids: [1, 3]
"channel_ids": [1, 3]
}
```
Expand Down Expand Up @@ -1711,7 +1711,7 @@ paths:
"settings": {
"rate": 5
},
channel_ids: [1, 3]
"channel_ids": [1, 3]
}
```
Expand Down

0 comments on commit 729f318

Please sign in to comment.