From 6a1b8fdfa360a6bf7edf0216be4a1bb4224b4f87 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 18 Jun 2018 04:02:23 +0200 Subject: [PATCH] [mod] better API paths for configpanel --- data/actionsmap/yunohost.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/actionsmap/yunohost.yml b/data/actionsmap/yunohost.yml index 03f9a214c..d276a6cef 100644 --- a/data/actionsmap/yunohost.yml +++ b/data/actionsmap/yunohost.yml @@ -780,7 +780,7 @@ app: ### app_config_show_panel() show-panel: action_help: show config panel for the application - api: GET //config/panel + api: GET /apps//config-panel arguments: app_id: help: App ID @@ -788,7 +788,7 @@ app: ### app_config_apply() apply: action_help: apply the new configuration - api: POST //config + api: POST /apps//config arguments: app_id: help: App ID