Reproducing:
=> the answer is {"detail":"Missing session token"}
This is annoying for apps/people who just want to get the data, for whatever reason (stats, RAD, prototypes...).
This is the case for:
- /api/v1/flags
- /api/v1/flags/{flag_id}
- /api/v1/tickets
- /api/v1/tickets/{ticket_id}
- /api/v1/stats
Solution
Return the data without the need of a session token.
Reproducing:
=> the answer is
{"detail":"Missing session token"}This is annoying for apps/people who just want to get the data, for whatever reason (stats, RAD, prototypes...).
This is the case for:
Solution
Return the data without the need of a session token.