+ openapi: /dhcp/reset

This commit is contained in:
Simon Zolin 2019-10-23 18:52:58 +03:00
parent a4dedacf43
commit 90ce70225f

View File

@ -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
# --------------------------------------------------