- openapi: fix typo
This commit is contained in:
parent
ed942f3e31
commit
5210d214ec
|
@ -1315,7 +1315,7 @@ definitions:
|
||||||
properties:
|
properties:
|
||||||
ip:
|
ip:
|
||||||
type: "string"
|
type: "string"
|
||||||
example: "127.0.01"
|
example: "127.0.0.1"
|
||||||
port:
|
port:
|
||||||
type: "integer"
|
type: "integer"
|
||||||
format: "int32"
|
format: "int32"
|
||||||
|
|
Loading…
Reference in New Issue