added OUTPUT to commands

This commit is contained in:
Josh Baker 2016-04-13 12:28:44 -07:00
parent 6561fcec30
commit 2449fd495d
2 changed files with 36 additions and 0 deletions

View File

@ -853,6 +853,24 @@
],
"group": "connection"
},
"OUTPUT": {
"summary": "Gets or sets the output format for the current connection.",
"arguments": [
{
"name": "format",
"optional": true,
"enumargs": [
{
"name": "json"
},
{
"name": "resp"
}
]
}
],
"group": "connection"
},
"SETHOOK": {
"summary": "Creates a webhook which points to geofenced search",
"arguments": [

View File

@ -1015,6 +1015,24 @@ var commandsJSON = `{
],
"group": "connection"
},
"OUTPUT": {
"summary": "Gets or sets the output format for the current connection.",
"arguments": [
{
"name": "format",
"optional": true,
"enumargs": [
{
"name": "json"
},
{
"name": "resp"
}
]
}
],
"group": "connection"
},
"SETHOOK": {
"summary": "Creates a webhook which points to geofenced search",
"arguments": [