[fix] Update app_remove and service_status routes

This commit is contained in:
Jérôme Lebleu 2014-05-19 12:51:35 +02:00
parent dfbb5ea5c0
commit b21d7368ab

View file

@ -380,7 +380,7 @@ app:
### app_remove() TODO: Write help ### app_remove() TODO: Write help
remove: remove:
action_help: Remove app action_help: Remove app
api: DELETE /apps api: DELETE /apps/<app>
configuration: configuration:
authenticate: all authenticate: all
authenticator: ldap-anonymous authenticator: ldap-anonymous
@ -757,7 +757,9 @@ service:
### service_status() ### service_status()
status: status:
action_help: Show status information about one or more services (all by default) action_help: Show status information about one or more services (all by default)
api: GET /services/<names> api:
- GET /services
- GET /services/<names>
arguments: arguments:
names: names:
help: Service name to show help: Service name to show