Closed BjoernPetersen closed 4 years ago
All endpoints should return actual JSON. Endpoints currently returning text/plain or JSON with the simple schema string should return JSON objects with a specific key instead.
text/plain
string
Fixed by new token objects and f54846e1c6d51702f6acf7ae5de720f1c0f93ed7
All endpoints should return actual JSON. Endpoints currently returning
text/plain
or JSON with the simple schemastring
should return JSON objects with a specific key instead.