From 22c7efd2d1cc8fec15b667dbd676c8332717d5dd Mon Sep 17 00:00:00 2001 From: Simon Zolin Date: Tue, 7 May 2019 10:46:02 +0300 Subject: [PATCH] - openapi.yaml: fix HTTP methods --- openapi/openapi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 5830be90..83856cbe 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -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