1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-28 12:17:18 +02:00

Changed titleslugs in examples to match current implementation (movie-title-tmdbid)

roboticsound 2017-02-18 23:30:15 +00:00
parent 8113f523f8
commit aac13038e7

@ -44,7 +44,7 @@ Returns all Movies in your collection
"cleanTitle": "assassinscreed",
"imdbId": "tt2094766",
"tmdbId": 121856,
"titleSlug": "assassins-creed-2016",
"titleSlug": "assassins-creed-121856",
"genres": [
"Action",
"Adventure",
@ -109,7 +109,7 @@ Returns the movie with the matching ID or 404 if no matching movie is found
"cleanTitle": "assassinscreed",
"imdbId": "tt2094766",
"tmdbId": 121856,
"titleSlug": "assassins-creed-2016",
"titleSlug": "assassins-creed-121856",
"genres": [
"Action",
"Adventure",
@ -181,7 +181,7 @@ Optional:
"cleanTitle": "minions2015",
"imdbId": "tt2293640",
"tmdbId": 211672,
"titleSlug": "minions-2015",
"titleSlug": "minions-211672",
"genres": [],
"tags": [],
"added": "2017-01-24T14:26:55.165661Z",
@ -235,7 +235,7 @@ All parameters (you should perform a GET/{id} and submit the full body with the
"cleanTitle": "assassinscreed",
"imdbId": "tt2094766",
"tmdbId": 121856,
"titleSlug": "assassins-creed-2016",
"titleSlug": "assassins-creed-121856",
"genres": [
"Action",
"Adventure",