We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb33b5 commit 5b40b64Copy full SHA for 5b40b64
src/Message/Client.php
@@ -217,7 +217,7 @@ public function searchRejections(Query $query) {
217
218
$params = $query->getParams();
219
$request = new Request(
220
- \Nexmo\Client::BASE_REST . '/search/messages?' . http_build_query($params),
+ \Nexmo\Client::BASE_REST . '/search/rejections?' . http_build_query($params),
221
'GET',
222
'php://temp',
223
['Accept' => 'application/json']
0 commit comments