From f803570ba776690775e4970f773f3c920218be0b Mon Sep 17 00:00:00 2001 From: tracer Date: Mon, 4 Apr 2022 14:53:53 +0200 Subject: [PATCH] changed get to post for dyndns Signed-off-by: tracer --- public/openapi/bindapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/openapi/bindapi.json b/public/openapi/bindapi.json index 74ebbc4..a7ab712 100644 --- a/public/openapi/bindapi.json +++ b/public/openapi/bindapi.json @@ -70,7 +70,7 @@ } }, "/dyndns/{hostname}": { - "get": { + "post": { "tags": [ "DNS" ],