diff --git a/Webhook.md b/Webhook.md index 5843ea4..ab546c0 100644 --- a/Webhook.md +++ b/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",