Run a script on the server.
POST/scripts/:scriptName/run
Runs a script by its scriptName on the server, similar to the gRPC-operation: Scripting.RunScript
Request
Responses
- 200
- 400
- 404
OK. Script was executed. 200 OK is also returned, if the script encountered an error. Please check errorMessage and returnStatus
Bad Request
Not Found