Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 9e05a27

Browse files
authored
Merge branch 'main' into BWDB-15952
2 parents c9f2b74 + 3b17cb3 commit 9e05a27

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

.github/workflows/blog-posts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
git add site/blogposts.config.json
3535
git commit -m 'update blog posts'
3636
git push origin sync-blog-posts
37-
gh pr create -B main -H sync-blog-posts --title 'Update Blog Posts' --body 'Auto-generated by Blog Posts Listener Workflow'
37+
gh pr create -B main -H sync-blog-posts --title 'SWI-3460 Update Blog Posts' --body 'Auto-generated by Blog Posts Listener Workflow'
3838
fi
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.DX_GITHUB_TOKEN }}

site/blogposts.config.json

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
[
2+
{
3+
"categories": [
4+
"CPaaS",
5+
"Direct Routing",
6+
"Voice"
7+
],
8+
"categoryLinks": [
9+
"https://www.bandwidth.com/blog/category/cpaas/",
10+
"https://www.bandwidth.com/blog/category/direct-routing/",
11+
"https://www.bandwidth.com/blog/category/voice/"
12+
],
13+
"imageUrl": "https://www.bandwidth.com/wp-content/uploads/Blog_Call-center-key-KPIs.png",
14+
"postLink": "https://www.bandwidth.com/blog/top-10-call-center-kpis-to-improve-cx-in-2023/",
15+
"postTitle": "Top 10 call center KPIs to improve CX in 2023"
16+
},
217
{
318
"categories": [
419
"CPaaS"
@@ -101,16 +116,5 @@
101116
"imageUrl": "https://www.bandwidth.com/wp-content/uploads/Blog_ECL-Teasers_Executives-ECL-Take.png",
102117
"postLink": "https://www.bandwidth.com/blog/enterprise-communications-landscape-overview/",
103118
"postTitle": "An executive’s take on 2023 Enterprise Communications"
104-
},
105-
{
106-
"categories": [
107-
"Messaging"
108-
],
109-
"categoryLinks": [
110-
"https://www.bandwidth.com/blog/category/messaging/"
111-
],
112-
"imageUrl": "https://www.bandwidth.com/wp-content/uploads/Blog_Toll-Free-Verification-1.png",
113-
"postLink": "https://www.bandwidth.com/blog/toll-free-verification-api/",
114-
"postTitle": "Streamline your toll-free number verification with Bandwidth"
115119
}
116120
]

site/docs/messaging/errors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Bandwidth’s error code schema for messaging V2 is comprised of a 4 digit code.
251251

252252
### Bandwidth Detected Client Errors
253253

254-
A 4xx code indicates that Bandwidth or the downstream carrier has identified some element of the message request unacceptable. Repeating the request will produce the same result.
254+
A 4xxx code indicates that Bandwidth or the downstream carrier has identified some element of the message request unacceptable. Repeating the request will produce the same result.
255255

256256
| Code | Description | Friendly Description | Explanation Of Error | Billable |
257257
|:--|:--|:--|:--|:--|

0 commit comments

Comments
 (0)