I am testing out the API via swagger UI. I have found an issue.
TLDR:
Endpoint /updates is stuck at query &action=movies, which is a not supported value and breaks its useablilty.
FIX suggestion:
in file docs/swagger.yml, change line 2175
from
example: movies
to
example: update
What did i do?
- Authenticate via Token in UI
- Go to Endpoint https://thetvdb.github.io/v4-api/#/Updates/updates
- Input yesterdays unix timestamp for "since" field
- leave the other fields at "--"
- Execute
What did i expect?
Results.
What did i get?
No results.
{
"status": "success",
"data": [],
"links": {
"prev": null,
"self": "https://api4.thetvdb.com/v4/updates?since=1757004718&action=movies&page=0",
"next": null,
"total_items": 0,
"page_size": 0
}
}
What i observed is that the field "action" is stuck at the value "movies", no matter what i input via the frontend.
The only possible values via dropdown are "--", "update" and "delete".
I am testing out the API via swagger UI. I have found an issue.
TLDR:
Endpoint /updates is stuck at query &action=movies, which is a not supported value and breaks its useablilty.
FIX suggestion:
in file docs/swagger.yml, change line 2175
from
example: movies
to
example: update
What did i do?
What did i expect?
Results.
What did i get?
No results.
{
"status": "success",
"data": [],
"links": {
"prev": null,
"self": "https://api4.thetvdb.com/v4/updates?since=1757004718&action=movies&page=0",
"next": null,
"total_items": 0,
"page_size": 0
}
}
What i observed is that the field "action" is stuck at the value "movies", no matter what i input via the frontend.
The only possible values via dropdown are "--", "update" and "delete".