mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[fix] Update app_remove and service_status routes
This commit is contained in:
parent
dfbb5ea5c0
commit
b21d7368ab
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue