Update nezha接口文档.md
This commit is contained in:
@@ -4167,7 +4167,7 @@ param |String |R |任务参数,json方式保存
|
||||
nodeGroupIds |Integer[] |R |节点组id
|
||||
nodeIds |Integer[] |R |节点uuid
|
||||
remark |String |R |备注
|
||||
|
||||
commandName |String |O |当type!=1时 必须有值
|
||||
示例:
|
||||
|
||||
```
|
||||
@@ -4181,7 +4181,8 @@ remark |String |R |备注
|
||||
"param": "",
|
||||
"remark": "",
|
||||
"nodeGroupIds": [1,2,3],
|
||||
"nodeIds": [7,8]
|
||||
"nodeIds": [7,8],
|
||||
"commandName":""
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user