This commit is contained in:
James Dalton 2020-04-28 11:23:24 -07:00 committed by GitHub
parent e7e41e3a36
commit b279e04a31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -729,7 +729,7 @@ be a JSON object with a "query" field, like `{"query" : "SELECT COUNT(*) FROM da
##### Request ##### Request
|Property|Description|Default| |Property|Description|Default|
|--------|----|-----------|--------| |--------|----|-----------|
|`query`|SQL query string.| none (required)| |`query`|SQL query string.| none (required)|
|`resultFormat`|Format of query results. See [Responses](#responses) for details.|`"object"`| |`resultFormat`|Format of query results. See [Responses](#responses) for details.|`"object"`|
|`header`|Whether or not to include a header. See [Responses] for details.|`false`| |`header`|Whether or not to include a header. See [Responses] for details.|`false`|