Update node details
POST/node/update
Update a node details
Request
- application/json
Body
- Array [
- ]
nodeid string
updates object[]
type string
Possible values: [node_name
, node_desc
, key
, deletetag
]
value string
tag object
key string
value string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
success boolean
error string
errorcode integer
{
"success": true,
"error": "string",
"errorcode": 0
}
Loading...