rename query to type on api reference

This commit is contained in:
Shahidh K Muhammed 2018-10-29 14:42:44 +05:30 committed by GitHub
parent c80a37a647
commit ba7673af33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ Request
POST /v1/query HTTP/1.1
{
"query": "<query-type>",
"type": "<query-type>",
"args": <args-object>
}