mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-15 03:02:07 +03:00
- openapi.yaml: fix HTTP methods
This commit is contained in:
parent
eb159e6997
commit
22c7efd2d1
@ -424,7 +424,7 @@ paths:
|
|||||||
description: OK
|
description: OK
|
||||||
|
|
||||||
/filtering/add_url:
|
/filtering/add_url:
|
||||||
put:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- filtering
|
- filtering
|
||||||
operationId: filteringAddURL
|
operationId: filteringAddURL
|
||||||
@ -444,7 +444,7 @@ paths:
|
|||||||
description: OK
|
description: OK
|
||||||
|
|
||||||
/filtering/remove_url:
|
/filtering/remove_url:
|
||||||
delete:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- filtering
|
- filtering
|
||||||
operationId: filteringRemoveURL
|
operationId: filteringRemoveURL
|
||||||
@ -530,7 +530,7 @@ paths:
|
|||||||
description: OK with how many filters were actually updated
|
description: OK with how many filters were actually updated
|
||||||
|
|
||||||
/filtering/set_rules:
|
/filtering/set_rules:
|
||||||
put:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- filtering
|
- filtering
|
||||||
operationId: filteringSetRules
|
operationId: filteringSetRules
|
||||||
|
Loading…
Reference in New Issue
Block a user