mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 05:35:29 +00:00
Updated Webhook (markdown)
parent
87979463ee
commit
d3b67616db
1 changed files with 28 additions and 29 deletions
57
Webhook.md
57
Webhook.md
|
@ -19,28 +19,20 @@ Parameters are passed to the web service as a JSON body
|
||||||
"Path": "C:\\Temp\\sonarr\\Gravity Falls",
|
"Path": "C:\\Temp\\sonarr\\Gravity Falls",
|
||||||
"TvdbId": 259972
|
"TvdbId": 259972
|
||||||
},
|
},
|
||||||
"EpisodeFile": {
|
"Episodes": [
|
||||||
"Id": 2,
|
{
|
||||||
"FullPath": "C:\\Temp\\sonarr\\Gravity Falls\\Season 2\\Gravity Falls - S02E14 - The Stanchurian Candidate HDTV-720p.mkv",
|
"Id": 67,
|
||||||
"RelativePath": "Season 2\\Gravity Falls - S02E14 - The Stanchurian Candidate HDTV-720p.mkv",
|
"EpisodeNumber": 14,
|
||||||
"SeasonNumber": 2,
|
"SeasonNumber": 2,
|
||||||
"Episodes": [
|
"Title": "The Stanchurian Candidate",
|
||||||
{
|
"AirDate": "2015-08-24",
|
||||||
"AirDate": "2015-08-24",
|
"AirDateUtc": "2015-08-25T01:30:00Z",
|
||||||
"AirDateUtc": "2015-08-25T01:30:00Z",
|
"Quality": "HDTV-720p",
|
||||||
"EpisodeNumber": 14
|
"QualityVersion": 1,
|
||||||
}
|
"ReleaseGroup": null,
|
||||||
],
|
"SceneName": null
|
||||||
"Quality": "HDTV-720p",
|
}
|
||||||
"QualityVersion": "1",
|
]
|
||||||
"ReleaseGroup": "",
|
|
||||||
"SceneName": ""
|
|
||||||
},
|
|
||||||
"Episode": {
|
|
||||||
"AirDate": "2015-08-24",
|
|
||||||
"AirDateUtc": "2015-08-25T01:30:00Z",
|
|
||||||
"EpisodeNumber": 14
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -55,12 +47,20 @@ Parameters are passed to the web service as a JSON body
|
||||||
"Path": "C:\\Temp\\sonarr\\Gravity Falls",
|
"Path": "C:\\Temp\\sonarr\\Gravity Falls",
|
||||||
"TvdbId": 259972
|
"TvdbId": 259972
|
||||||
},
|
},
|
||||||
"EpisodeFile": null,
|
"Episodes": [
|
||||||
"Episode": {
|
{
|
||||||
"AirDate": "2015-08-24",
|
"Id": 67,
|
||||||
"AirDateUtc": "2015-08-25T01:30:00Z",
|
"EpisodeNumber": 14,
|
||||||
"EpisodeNumber": 14
|
"SeasonNumber": 2,
|
||||||
}
|
"Title": "The Stanchurian Candidate",
|
||||||
|
"AirDate": "2015-08-24",
|
||||||
|
"AirDateUtc": "2015-08-25T01:30:00Z",
|
||||||
|
"Quality": "WEBDL-1080p",
|
||||||
|
"QualityVersion": 1,
|
||||||
|
"ReleaseGroup": "iT00NZ",
|
||||||
|
"SceneName": null
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -75,7 +75,6 @@ Parameters are passed to the web service as a JSON body
|
||||||
"Path": "C:\\Temp\\sonarr\\Gravity Falls",
|
"Path": "C:\\Temp\\sonarr\\Gravity Falls",
|
||||||
"TvdbId": 259972
|
"TvdbId": 259972
|
||||||
},
|
},
|
||||||
"EpisodeFile": null,
|
|
||||||
"Episode": null
|
"Episode": null
|
||||||
}
|
}
|
||||||
```
|
```
|
Loading…
Reference in a new issue