added 204 if ip was not changed

Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
tracer 2022-04-06 17:13:48 +02:00
parent 0a67c16862
commit 92e0bf6d02
1 changed files with 3 additions and 0 deletions

View File

@ -94,6 +94,9 @@
"200": {
"description": "OK"
},
"204": {
"description": "No Content"
},
"401": {
"description": "API key is missing or invalid."
},