mirror of https://github.com/apache/druid.git
Fix smile query documentation (#6620)
This commit is contained in:
parent
cdae2fe7b5
commit
2ebdce20b1
|
@ -39,7 +39,7 @@ Druid's native query language is JSON over HTTP, although many members of the co
|
||||||
The Content-Type/Accept Headers can also take 'application/x-jackson-smile'.
|
The Content-Type/Accept Headers can also take 'application/x-jackson-smile'.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -X POST '<queryable_host>:<port>/druid/v2/?pretty' -H 'Content-Type:application/json' -H 'Accept:x-jackson-smile' -d @<query_json_file>
|
curl -X POST '<queryable_host>:<port>/druid/v2/?pretty' -H 'Content-Type:application/json' -H 'Accept:application/x-jackson-smile' -d @<query_json_file>
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: If Accept header is not provided, it defaults to value of 'Content-Type' header.
|
Note: If Accept header is not provided, it defaults to value of 'Content-Type' header.
|
||||||
|
|
Loading…
Reference in New Issue