- openapi.yaml: fix HTTP methods

This commit is contained in:
Simon Zolin 2019-05-07 10:46:02 +03:00
parent eb159e6997
commit 22c7efd2d1
1 changed files with 3 additions and 3 deletions

View File

@ -424,7 +424,7 @@ paths:
description: OK
/filtering/add_url:
put:
post:
tags:
- filtering
operationId: filteringAddURL
@ -444,7 +444,7 @@ paths:
description: OK
/filtering/remove_url:
delete:
post:
tags:
- filtering
operationId: filteringRemoveURL
@ -530,7 +530,7 @@ paths:
description: OK with how many filters were actually updated
/filtering/set_rules:
put:
post:
tags:
- filtering
operationId: filteringSetRules