sct 2 years ago
parent 92b6a954ac
commit 66c6ce2c01

@ -5342,7 +5342,7 @@ paths:
$ref: '#/components/schemas/SonarrSeries' $ref: '#/components/schemas/SonarrSeries'
/regions: /regions:
get: get:
summary: Regions supported by TMDb summary: Regions supported by TMDB
description: Returns a list of regions in a JSON object. description: Returns a list of regions in a JSON object.
tags: tags:
- tmdb - tmdb
@ -5364,7 +5364,7 @@ paths:
example: United States of America example: United States of America
/languages: /languages:
get: get:
summary: Languages supported by TMDb summary: Languages supported by TMDB
description: Returns a list of languages in a JSON object. description: Returns a list of languages in a JSON object.
tags: tags:
- tmdb - tmdb
@ -5429,7 +5429,7 @@ paths:
$ref: '#/components/schemas/ProductionCompany' $ref: '#/components/schemas/ProductionCompany'
/genres/movie: /genres/movie:
get: get:
summary: Get list of official TMDb movie genres summary: Get list of official TMDB movie genres
description: Returns a list of genres in a JSON array. description: Returns a list of genres in a JSON array.
tags: tags:
- tmdb - tmdb
@ -5457,7 +5457,7 @@ paths:
example: Family example: Family
/genres/tv: /genres/tv:
get: get:
summary: Get list of official TMDb movie genres summary: Get list of official TMDB movie genres
description: Returns a list of genres in a JSON array. description: Returns a list of genres in a JSON array.
tags: tags:
- tmdb - tmdb

Loading…
Cancel
Save