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
- 200
- 401
- 409
- default
The query fields were successfully added. Returns the full list of fields after the change.
Authentication information is missing or invalid
Response Headers
WWW-Authenticate
A standard "WWW Authenticate" header of the form Basic realm="Eluvio Content Fabric API"
The field already exists with another value.
A generic error message.