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
|
||||
remove:
|
||||
action_help: Remove app
|
||||
api: DELETE /apps
|
||||
api: DELETE /apps/<app>
|
||||
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/<names>
|
||||
api:
|
||||
- GET /services
|
||||
- GET /services/<names>
|
||||
arguments:
|
||||
names:
|
||||
help: Service name to show
|
||||
|
|
Loading…
Add table
Reference in a new issue