diff --git a/data/actionsmap/yunohost.yml b/data/actionsmap/yunohost.yml index 147e08b0c..53e6acaef 100644 --- a/data/actionsmap/yunohost.yml +++ b/data/actionsmap/yunohost.yml @@ -780,7 +780,7 @@ app: ### app_action_list() list: action_help: List app actions - api: GET //actions + api: GET /apps//actions arguments: app_id: help: app id @@ -788,7 +788,7 @@ app: ### app_action_run() run: action_help: Run app action - api: PUT //actions/ + api: PUT /apps//actions/ arguments: app_id: help: app id @@ -798,7 +798,6 @@ app: full: --args help: Serialized arguments for app script (i.e. "domain=domain.tld&path=/path") - config: subcategory_help: Applications configuration panel actions: