mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-02-16 18:09:47 +03:00
+ openapi: /dhcp/reset
This commit is contained in:
parent
a4dedacf43
commit
90ce70225f
1 changed files with 10 additions and 0 deletions
|
@ -451,6 +451,16 @@ paths:
|
|||
200:
|
||||
description: OK
|
||||
|
||||
/dhcp/reset:
|
||||
post:
|
||||
tags:
|
||||
- dhcp
|
||||
operationId: dhcpReset
|
||||
summary: "Reset DHCP configuration"
|
||||
responses:
|
||||
200:
|
||||
description: OK
|
||||
|
||||
# --------------------------------------------------
|
||||
# Filtering status methods
|
||||
# --------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue