Closed soratidus999 closed 10 months ago
PR opened to eve-glue by stroop https://github.com/esi/eve-glue/pull/34
https://github.com/esi/eve-glue/pull/34 has been merged, awaiting swagger spec update and to test
Swagger spec still not updated to include the new enums that have been merged to eve-glue
eve glue has been version bumped, still not in the swagger spec
This december 1st PR has now been reflected in a new v6 notifications endpoint, fixing this issue
Bug
Some notifications returned from /characters/{character_id}/notifications/ are not returning their type, instead they are returning an "unknown notification type (270)" breaking json validation of this response data. Interfering with the normal usage of this endpoint.
likely because they are missing in https://github.com/esi/eve-glue/blob/master/eve_glue/notification_type.py
Request
GET http://characters/character_id/notifications/?datasource=tranquility
Response
Status Code
200
Headers
Body
Specific ID's can be provided on request, Discord:
arielrin
Expected
200
Checklist
Check all boxes that apply to this issue: