From 92e0bf6d020e58966893a88c8fb7d96b66d9b878 Mon Sep 17 00:00:00 2001 From: tracer Date: Wed, 6 Apr 2022 17:13:48 +0200 Subject: [PATCH] added 204 if ip was not changed Signed-off-by: tracer --- public/openapi/bindapi.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/openapi/bindapi.json b/public/openapi/bindapi.json index a7ab712..76c4d7e 100644 --- a/public/openapi/bindapi.json +++ b/public/openapi/bindapi.json @@ -94,6 +94,9 @@ "200": { "description": "OK" }, + "204": { + "description": "No Content" + }, "401": { "description": "API key is missing or invalid." },