Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix capitalization #7089

Merged
merged 2 commits into from
Mar 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _docs/_api/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ All of the following error codes indicate that no messages will be sent.
|---|---|
| `5XX Internal Server Error` | Retry your request with exponential backoff.|
| `400 Bad Request` | Bad syntax.|
| `400 No Recipients` | There are no external IDs or segment IDs or no push tokens in the request.|
| `400 Invalid Campaign ID` | No Messaging API campaign was found for the campaign ID you provided.|
| `400 No Recipients` | There are no external IDs or segment IDs, or no push tokens in the request.|
| `400 Invalid Campaign ID` | No messaging API campaign was found for your provided campaign ID.|
| `400 Message Variant Unspecified` | You provide a campaign ID but no message variation ID.|
| `400 Invalid Message Variant` | You provided a valid campaign ID, but the message variation ID doesn't match any of that campaign's messages.|
| `400 Mismatched Message Type` | You provided a message variation of the wrong message type for at least one of your messages.|
Expand Down