Skip to content

Commit

Permalink
Merge pull request #282 from thetvdb/v4.7.5
Browse files Browse the repository at this point in the history
v4.7.5 artwork includesText field
  • Loading branch information
maxifwortman committed Apr 7, 2023
2 parents 3fdd1a0 + 03cfe33 commit 3794d48
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ info:
## Notes
1. "score" is a field across almost all entities. We generate scores for different types of entities in various ways, so no assumptions should be made about the meaning of this value. It is simply used to hint at relative popularity for sorting purposes.
title: TVDB API V4
version: 4.7.3
version: 4.7.5
security:
- bearerAuth: [ ]
paths:
Expand Down Expand Up @@ -2326,6 +2326,8 @@ components:
image:
type: string
x-go-name: Image
includesText:
type: boolean
language:
type: string
score:
Expand Down Expand Up @@ -2360,6 +2362,8 @@ components:
image:
type: string
x-go-name: Image
includesText:
type: boolean
language:
type: string
movieId:
Expand Down

0 comments on commit 3794d48

Please sign in to comment.