update edit node

This commit is contained in:
2025-12-13 20:35:18 +07:00
parent 48e7adace0
commit 3b182d7380
11 changed files with 208 additions and 355 deletions
+6 -9
View File
@@ -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"
}