Skip to content

Commit 1ec6e0d

Browse files
committed
Update methods for 2.4.0
1 parent 53bf9cc commit 1ec6e0d

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

methods.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@
181181
{
182182
"name": "value",
183183
"type": "array"
184+
},
185+
{
186+
"name": "details",
187+
"default": "0"
184188
}
185189
],
186190
"listServersByConnection": [
@@ -386,6 +390,9 @@
386390
"server_id",
387391
"daemon_id"
388392
],
393+
"getMoveStatus": [
394+
"server_id"
395+
],
389396
"listServerPorts": [
390397
"id"
391398
],
@@ -429,14 +436,26 @@
429436
],
430437
"getStatistics": [
431438
{
432-
"name": "daemon_id",
439+
"name": "id",
433440
"default": 0
434441
},
435442
{
436443
"name": "include_suspended",
437444
"default": 0
438445
}
439446
],
447+
"runScript": [
448+
"daemon_id",
449+
"script",
450+
{
451+
"name": "args",
452+
"default": ""
453+
}
454+
],
455+
"getScript": [
456+
"daemon_id",
457+
"scriptId"
458+
],
440459
"listSettings": [],
441460
"getSetting": [
442461
"key"

0 commit comments

Comments
 (0)