feat: GetTitles now returns all the field needed
This commit is contained in:
parent
d1180a426f
commit
13a283ae8d
6 changed files with 119 additions and 51 deletions
|
|
@ -46,8 +46,7 @@ type Studio struct {
|
|||
Description *string `json:"description,omitempty"`
|
||||
Id *int64 `json:"id,omitempty"`
|
||||
Name *string `json:"name,omitempty"`
|
||||
PosterId *int64 `json:"poster_id,omitempty"`
|
||||
PosterPath *string `json:"poster_path,omitempty"`
|
||||
Poster *Image `json:"poster,omitempty"`
|
||||
}
|
||||
|
||||
// Tag A localized tag: keys are language codes (ISO 639-1), values are tag names
|
||||
|
|
|
|||
|
|
@ -637,11 +637,8 @@ components:
|
|||
format: int64
|
||||
name:
|
||||
type: string
|
||||
poster_id:
|
||||
type: integer
|
||||
format: int64
|
||||
poster_path:
|
||||
type: string
|
||||
poster:
|
||||
$ref: '#/components/schemas/Image'
|
||||
description:
|
||||
type: string
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue