You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Ali Alsuliman (Jira)" <ji...@apache.org> on 2019/11/05 22:05:00 UTC

[jira] [Created] (ASTERIXDB-2672) Change the valid values for "format" request parameter

Ali Alsuliman created ASTERIXDB-2672:
----------------------------------------

             Summary: Change the valid values for "format" request parameter
                 Key: ASTERIXDB-2672
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2672
             Project: Apache AsterixDB
          Issue Type: Bug
          Components: API - HTTP API
    Affects Versions: 0.9.4
            Reporter: Ali Alsuliman
            Assignee: Ali Alsuliman
             Fix For: 0.9.6


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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)