1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-06-30 17:43:59 +02:00

Updated Webhook (markdown)

fhscholl 2017-11-01 12:16:51 -04:00
parent d9616b5cb2
commit 9df8424b5f

@ -20,14 +20,12 @@ Representative payloads for each event type are below. There is also a [JSON sch
"title": "Finding Nemo",
"releaseDate": "2003-08-28"
},
"remoteMovie": [
{
"tmdbId": 12,
"imdbId": "tt0266543",
"title": "Finding Nemo",
"year": 2003
}
],
"remoteMovie": {
"tmdbId": 12,
"imdbId": "tt0266543",
"title": "Finding Nemo",
"year": 2003
},
"release": {
"quality": "DVD",
"qualityVersion": 1,
@ -49,14 +47,12 @@ Representative payloads for each event type are below. There is also a [JSON sch
"title": "Finding Nemo",
"releaseDate": "2003-08-28"
},
"remoteMovie": [
{
"tmdbId": 12,
"imdbId": "tt0266543",
"title": "Finding Nemo",
"year": 2003
}
],
"remoteMovie": {
"tmdbId": 12,
"imdbId": "tt0266543",
"title": "Finding Nemo",
"year": 2003
},
"movieFile": {
"id": 2,
"relativePath": "Finding Nemo (2003) DVD.mkv",