From 90ce70225fb110fbbc04992a2eb0ccb203cb312a Mon Sep 17 00:00:00 2001 From: Simon Zolin Date: Wed, 23 Oct 2019 18:52:58 +0300 Subject: [PATCH] + openapi: /dhcp/reset --- openapi/openapi.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 6514922c..608b5848 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -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 # --------------------------------------------------