{% if uuid is not empty %} {% set action = createModel('Actions','actions').findById(uuid) %} {% endif %}
| {{ labels.secret }} | {{ action.secret }} |
|
GET
|
{{ url('/api/actions/run?name=' ~ action.name,true) }} |
|
POST
PUT
|
{{ url('/api/actions/run',true) }} |