1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-07 04:19:25 +02:00

Updated Webhook Schema (markdown)

Leonardo Galli 2017-11-19 11:55:01 +01:00
parent 0e89d4c8fc
commit b0d41cd0e6

@ -53,7 +53,7 @@ This page provides a [JSON schema](http://json-schema.org/) for validating event
"properties": { "properties": {
"title": { "type": "string" }, "title": { "type": "string" },
"year": { "type": "integer", "minimum": 1800 }, "year": { "type": "integer", "minimum": 1800 },
"tmdbId": { "type": "integer" }. "tmdbId": { "type": "integer" },
"imdbId": {"type": "string" } "imdbId": {"type": "string" }
} }
}, },