mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Switching to POST method because it's more practical than PUT, idk what im doing
This commit is contained in:
parent
51e7a56522
commit
0839de2d6a
1 changed files with 1 additions and 1 deletions
|
@ -1894,7 +1894,7 @@ diagnosis:
|
||||||
|
|
||||||
ignore:
|
ignore:
|
||||||
action_help: Configure some diagnosis results to be ignored and therefore not considered as actual issues
|
action_help: Configure some diagnosis results to be ignored and therefore not considered as actual issues
|
||||||
api: PUT /diagnosis/ignore
|
api: POST /diagnosis/ignore
|
||||||
arguments:
|
arguments:
|
||||||
--add-filter:
|
--add-filter:
|
||||||
help: "Add a filter. The first element should be a diagnosis category, and other criterias can be provided using the infos from the 'meta' sections in 'yunohost diagnosis show'. For example: 'dnsrecords domain=yolo.test category=xmpp'"
|
help: "Add a filter. The first element should be a diagnosis category, and other criterias can be provided using the infos from the 'meta' sections in 'yunohost diagnosis show'. For example: 'dnsrecords domain=yolo.test category=xmpp'"
|
||||||
|
|
Loading…
Add table
Reference in a new issue