generated from VLADIMIR/template
update edit node
This commit is contained in:
@@ -368,12 +368,10 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"from": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
"type": "string"
|
||||
},
|
||||
"to": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
"type": "string"
|
||||
},
|
||||
"arrows": {
|
||||
"type": "string"
|
||||
@@ -583,11 +581,7 @@
|
||||
"evening_detectiveGraphNode": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"label": {
|
||||
"code": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
@@ -661,6 +655,9 @@
|
||||
"evening_detectiveUpdateNodeReq": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"code": {
|
||||
"type": "string"
|
||||
},
|
||||
"node": {
|
||||
"$ref": "#/definitions/evening_detectiveGraphNode"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user