You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the swagger schema specifies it, the character clone endpoint no longer returns clone names. I cannot tell exactly when they stopped appearing unfortunately.
Bug
While the swagger schema specifies it, the character clone endpoint no longer returns clone names. I cannot tell exactly when they stopped appearing unfortunately.
Note that "name" is not included n the list of required fields for this endpoint:
Request
GET https://esi.evetech.net/latest/characters/XXXXXXX/clones/?datasource=tranquility
As of writing, it also happens on v3 and v4 versions of the endpoint.
Response
Status Code
200
Headers
(cache control headers omitted)
Body
(truncated to show only one clone)
Expected
The clone name is expected to be present in the JSON body for each clone (at least when they have one in-game).
Checklist
Check all boxes that apply to this issue:
The text was updated successfully, but these errors were encountered: