Add session timeout description to commands.json

This commit is contained in:
Alex Roitman 2019-04-24 13:26:25 -07:00
parent 31525487c3
commit d3350c033f
1 changed files with 11 additions and 0 deletions

View File

@ -1329,6 +1329,17 @@
],
"group": "connection"
},
"TIMEOUT": {
"summary": "Gets or sets the query timeout for the current connection.",
"arguments": [
{
"name": "seconds",
"optional": true,
"type": "double"
}
],
"group": "connection"
},
"SETHOOK": {
"summary": "Creates a webhook which points to geofenced search",
"arguments": [