From b21d7368abbe46d6c9f53e2d5eca7c1f9fd109f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Mon, 19 May 2014 12:51:35 +0200 Subject: [PATCH] [fix] Update app_remove and service_status routes --- actionsmap/yunohost.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/actionsmap/yunohost.yml b/actionsmap/yunohost.yml index 5d91f4c7..44e1a3d3 100644 --- a/actionsmap/yunohost.yml +++ b/actionsmap/yunohost.yml @@ -380,7 +380,7 @@ app: ### app_remove() TODO: Write help remove: action_help: Remove app - api: DELETE /apps + api: DELETE /apps/ configuration: authenticate: all authenticator: ldap-anonymous @@ -757,7 +757,9 @@ service: ### service_status() status: action_help: Show status information about one or more services (all by default) - api: GET /services/ + api: + - GET /services + - GET /services/ arguments: names: help: Service name to show