added 204 if ip was not changed
Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
parent
0a67c16862
commit
92e0bf6d02
|
@ -94,6 +94,9 @@
|
||||||
"200": {
|
"200": {
|
||||||
"description": "OK"
|
"description": "OK"
|
||||||
},
|
},
|
||||||
|
"204": {
|
||||||
|
"description": "No Content"
|
||||||
|
},
|
||||||
"401": {
|
"401": {
|
||||||
"description": "API key is missing or invalid."
|
"description": "API key is missing or invalid."
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue