Sendgrid-php: Documentation Path Incorrect

Created on 20 Dec 2016  路  4Comments  路  Source: sendgrid/sendgrid-php

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")

easy hacktoberfest help wanted bug

All 4 comments

Thanks @jverlee!

I've added this to our backlog for a fix.

+1

Hello! Please check my PR for this issue)

I have sent a PR for this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bjornmann picture bjornmann  路  3Comments

solonifer picture solonifer  路  3Comments

rsalunga29 picture rsalunga29  路  4Comments

rainman0607 picture rainman0607  路  4Comments

Theolodewijk picture Theolodewijk  路  4Comments