You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/Controllers/WebhooksControllerTest.php
-49Lines changed: 0 additions & 49 deletions
Original file line number
Diff line number
Diff line change
@@ -41,54 +41,5 @@ protected function setUp()
41
41
$this->httpResponse = newHttpCallBackCatcher();
42
42
}
43
43
44
-
/**
45
-
* Update a webhook. You can update individual attributes or all of them by submitting a PATCH request to the /webhooks/messages endpoint (the same endpoint used above to delete a webhook)
46
-
A successful request to the retrieve webhook endpoint will return a response body as follows:
*Note: Only pre-created webhooks can be deleted. If an invalid or non existent webhook ID parameter is specified in the request, then a HTTP 404 Not Found response will be returned.*
0 commit comments