Update nezha接口文档.md

This commit is contained in:
唐浩
2019-08-02 16:25:50 +08:00
parent 21659f3058
commit d98d9f4c62

View File

@@ -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":""
}
```