Switching to POST method because it's more practical than PUT, idk what im doing

This commit is contained in:
Alexandre Aubin 2019-10-13 23:02:46 +02:00
parent 51e7a56522
commit 0839de2d6a

View file

@ -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'"