Some notifications returned from /characters/{character_id}/notifications/ are not returning their type, instead they are returning an "unknown notification type (264)" breaking json validation of this response data. Interfering with the normal usage of this endpoint.
Bug
Some notifications returned from /characters/{character_id}/notifications/ are not returning their type, instead they are returning an "unknown notification type (264)" 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
This Notification lines up in the existing 260 range with Corporation Projects, it is assumed to be Corporation Project Expired
Request
GET http://characters/character_id/notifications/?datasource=tranquility
Response
Status Code
200
Headers
Intentially Left Blank
Body
Expected
200
Checklist
Check all boxes that apply to this issue: