mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 05:35:29 +00:00
Updated Webhook (markdown)
parent
17035b1bda
commit
926a882ca3
1 changed files with 3 additions and 3 deletions
|
@ -26,9 +26,9 @@ Parameters are passed to the webservice using a JSON body
|
|||
"SeasonNumber": 2,
|
||||
"Episodes": [
|
||||
{
|
||||
"AirDate": null,
|
||||
"AirDateUtc": null,
|
||||
"EpisodeNumber": 0
|
||||
"AirDate": "2015-08-24",
|
||||
"AirDateUtc": "2015-08-25T01:30:00Z",
|
||||
"EpisodeNumber": 14
|
||||
}
|
||||
],
|
||||
"Quality": "HDTV-720p",
|
||||
|
|
Loading…
Reference in a new issue