-
Notifications
You must be signed in to change notification settings - Fork 623
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
Documentation Path Incorrect #336
Labels
difficulty: easy
fix is easy in difficulty
status: help wanted
requesting help from the community
type: bug
bug in the library
Comments
thinkingserious
added
status: help wanted
requesting help from the community
type: bug
bug in the library
labels
Jan 26, 2017
Thanks @jverlee! I've added this to our backlog for a fix. |
+1 |
Hello! Please check my PR for this issue) |
thinkingserious
referenced
this issue
Oct 4, 2017
Change spam_report() to spam_reports() in documentation and examples
I have sent a PR for this. |
thinkingserious
added a commit
that referenced
this issue
Oct 16, 2017
Incorrect documentation path fixed. Issue #336
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
difficulty: easy
fix is easy in difficulty
status: help wanted
requesting help from the community
type: bug
bug in the library
Currently documentation and examples include the line:
$sg->client->suppression()->spam_report()->_($email)->...
This is an incorrect end path, returning status code 404. The correct path should be:
$sg->client->suppression()->spam_reports()->...
(with an "s" on the end of "spam report")
The text was updated successfully, but these errors were encountered: