Skip to main content

Add Query fields

POST 

/qlibs/:qlibid/q/:qwtoken/query_fields

Add the given query fields. Existing fields are retained. Trying to add a field that already exists with a different value will raise an error and return a 409 Conflict status code. To prevent such error and instead replace the value, set the replace_on_conflict query param to true.

Request

Responses

The query fields were successfully added. Returns the full list of fields after the change.