|
|
|
@ -904,6 +904,8 @@ components:
|
|
|
|
|
$ref: '#/components/schemas/Season'
|
|
|
|
|
status:
|
|
|
|
|
type: string
|
|
|
|
|
tagline:
|
|
|
|
|
type: string
|
|
|
|
|
type:
|
|
|
|
|
type: string
|
|
|
|
|
voteAverage:
|
|
|
|
@ -4737,6 +4739,12 @@ paths:
|
|
|
|
|
description: Returns a list of genres in a JSON array.
|
|
|
|
|
tags:
|
|
|
|
|
- tmdb
|
|
|
|
|
parameters:
|
|
|
|
|
- in: query
|
|
|
|
|
name: language
|
|
|
|
|
schema:
|
|
|
|
|
type: string
|
|
|
|
|
example: en
|
|
|
|
|
responses:
|
|
|
|
|
'200':
|
|
|
|
|
description: Results
|
|
|
|
@ -4759,6 +4767,12 @@ paths:
|
|
|
|
|
description: Returns a list of genres in a JSON array.
|
|
|
|
|
tags:
|
|
|
|
|
- tmdb
|
|
|
|
|
parameters:
|
|
|
|
|
- in: query
|
|
|
|
|
name: language
|
|
|
|
|
schema:
|
|
|
|
|
type: string
|
|
|
|
|
example: en
|
|
|
|
|
responses:
|
|
|
|
|
'200':
|
|
|
|
|
description: Results
|
|
|
|
|