-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.9.4
-
Fix Version/s: 0.9.6
-
Component/s: API - HTTP API
-
Labels:None
Change the valid values for the "format" request parameter to be: "adm", "json", "csv".
Mime-type formats are no longer allowed in the "format" request parameter. They are allowed in the "Accept" header. The recognizable mime types are:
- application/x-adm
- application/json
- application/json;lossless=true/false
- text/csv
- text/csv;header=present/absent