Add session timeout description to commands.json
This commit is contained in:
parent
31525487c3
commit
d3350c033f
@ -1329,6 +1329,17 @@
|
|||||||
],
|
],
|
||||||
"group": "connection"
|
"group": "connection"
|
||||||
},
|
},
|
||||||
|
"TIMEOUT": {
|
||||||
|
"summary": "Gets or sets the query timeout for the current connection.",
|
||||||
|
"arguments": [
|
||||||
|
{
|
||||||
|
"name": "seconds",
|
||||||
|
"optional": true,
|
||||||
|
"type": "double"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"group": "connection"
|
||||||
|
},
|
||||||
"SETHOOK": {
|
"SETHOOK": {
|
||||||
"summary": "Creates a webhook which points to geofenced search",
|
"summary": "Creates a webhook which points to geofenced search",
|
||||||
"arguments": [
|
"arguments": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user