mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 05:35:29 +00:00
Updated Webhook (markdown)
parent
c9051fb96c
commit
03ebb671aa
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@ If you're looking to notify a web service to indicate when Sonarr has done thing
|
|||
|
||||
### Overview ###
|
||||
|
||||
Sonarr can notify a webservice using POST or PUT when new episodes are imported, a series is renamed, or new files are grabbed.
|
||||
Sonarr can notify a web service using `POST` or `PUT` when new episodes are imported, renamed, or grabbed.
|
||||
|
||||
Parameters are passed to the webservice using a JSON body
|
||||
Parameters are passed to the web service as a JSON body
|
||||
|
||||
### Example Outputs ###
|
||||
### Example Payload ###
|
||||
|
||||
##### On Download/On Upgrade #####
|
||||
|
||||
|
|
Loading…
Reference in a new issue