Skip to content

Commit

Permalink
feature: allow runtime params for Process, passed as POST
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarlovi authored and dpfaffenbauer committed Nov 8, 2018
1 parent 3251169 commit 7452578
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ process_manager_admin_executables:
run:
path: run
action: run
methods: [GET]
methods: [GET,POST]
list-by-type:
path: list-by-type
action: listByType
methods: [GET]
process_manager_admin_processes:
type: coreshop.resources
resource: |
Expand Down

0 comments on commit 7452578

Please sign in to comment.