Open kamiljanek opened 10 months ago
hi @kamiljanek,
thanks for the issue and yes, that return code is not the ideal one for the two endpoints.
@phenpessoa created #309 which did cover a change, but since the change is a breaking change I postpone this for a release of an upcoming version (maybe closer to summer or so).
Kind regards, Tobias
hi @kamiljanek,
thanks for the issue and yes, that return code is not the ideal one for the two endpoints.
@phenpessoa created #309 which did cover a change, but since the change is a breaking change I postpone this for a release of an upcoming version (maybe closer to summer or so).
Kind regards, Tobias
good to know :) thanks
Request
/v4/world/{name}
with not existing world return status code 400(Bad Request) instead of 404(Not Found) e.g. "https://api.tibiadata.com/v4/world/Anticaa" return:Request
/v4/character/{name}
with not existing character return status code 502(Bad Gateway) instead of 404(Not Found) e.g. "https://api.tibiadata.com/v4/character/Trollefara" return: