We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc37997 commit ebb3d3dCopy full SHA for ebb3d3d
source/api/sdk.bs
@@ -1361,7 +1361,7 @@ namespace api
1361
end function
1362
1363
' Stop specified task.
1364
- function STOP(id as string)
+ function stop(id as string)
1365
req = APIRequest(Substitute("/scheduledtasks/running/{0}", id))
1366
return deleteVoid(req)
1367
@@ -1710,7 +1710,7 @@ namespace api
1710
1711
1712
' Request stop in SyncPlay group.
1713
- function STOP()
+ function stop()
1714
req = APIRequest("/syncplay/stop")
1715
return postVoid(req)
1716
0 commit comments