mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Updated Webhook (markdown)
parent
d9616b5cb2
commit
9df8424b5f
1 changed files with 12 additions and 16 deletions
28
Webhook.md
28
Webhook.md
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue