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