Skip to content

Commit

Permalink
Merge pull request #288 from wttech/feature/new-script-execution-servlet
Browse files Browse the repository at this point in the history
Added new endpoint for executing scripts.
  • Loading branch information
mjedraszczyk authored Jan 26, 2021
2 parents 17729c4 + 209934c commit f3df4f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ class ScriptExecutionForm @Inject constructor(
@param:RequestParameter("script", optional = false) val script: String,
@param:RequestParameter("executionMode", optional = false) val executionMode: ExecutionMode,
@param:RequestParameter("async") val async: Boolean = false,
@param:RequestParameter("param") val customDefinitions: Map<String, String> = mapOf()
@param:RequestParameter("define") val customDefinitions: Map<String, String> = mapOf()
)

0 comments on commit f3df4f0

Please sign in to comment.