Skip to content

Commit

Permalink
Merge pull request #409 from caseyw/update-docs-issue-399
Browse files Browse the repository at this point in the history
resolves issue 399 containing list_id within payload of /contactdb/li…
  • Loading branch information
thinkingserious authored Jun 29, 2017
2 parents 8f9073e + de92d93 commit 32af89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ The Contacts API helps you manage your [Marketing Campaigns](https://sendgrid.co


```php
$query_params = json_decode('{"page": 1, "page_size": 1, "list_id": 1}');
$query_params = json_decode('{"page": 1, "page_size": 1}');
$list_id = "test_url_param";
$response = $sg->client->contactdb()->lists()->_($list_id)->recipients()->get(null, $query_params);
echo $response->statusCode();
Expand Down

0 comments on commit 32af89b

Please sign in to comment.