From dc0611d91b4294050347eb6b70bc3295dbefeb76 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Fri, 22 Jun 2018 07:34:10 +0200 Subject: [PATCH] [mod] better routes for actions --- data/actionsmap/yunohost.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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: