Skip to content

Commit 1e94d68

Browse files
Removes mention of webhook level
- Updates the README to remove mention of webhook_level's which are no longer used.
1 parent e4434d1 commit 1e94d68

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,6 @@ pusher.notify(["my-favourite-interest"], data)
274274

275275
Push notification requests, once submitted to the service are executed asynchronously. To make reporting errors easier, you can supply a `webhook_url` field in the body of the request. This will be used by the service to send a webhook to the supplied URL if there are errors.
276276

277-
You may also supply a `webhook_level` field in the body, which can either be INFO or DEBUG. It defaults to INFO - where INFO only reports customer facing errors, while DEBUG reports all errors.
278-
279277
For example:
280278

281279
```ruby
@@ -293,8 +291,7 @@ data = {
293291
icon: "icon"
294292
}
295293
},
296-
webhook_url: "http://yolo.com",
297-
webhook_level: "INFO"
294+
webhook_url: "http://yolo.com"
298295
}
299296
```
300297

0 commit comments

Comments
 (0)