diff options
| author | 唐浩 <[email protected]> | 2019-08-15 15:33:26 +0800 |
|---|---|---|
| committer | 唐浩 <[email protected]> | 2019-08-15 15:33:26 +0800 |
| commit | 378b8d322bab6393da743ec0d2d9905c24ec0dca (patch) | |
| tree | 71841625d8ec3a76be1aab49ee0e24a2f5dd26a0 | |
| parent | f844602a1eb94fdbd738a8fcb15a7fd51b203506 (diff) | |
Update nezha接口文档.md
| -rw-r--r-- | nezha接口文档.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nezha接口文档.md b/nezha接口文档.md index 5383b1c..fb1cdef 100644 --- a/nezha接口文档.md +++ b/nezha接口文档.md @@ -4213,6 +4213,7 @@ nodeGroupIds |Integer[] |R |节点组id nodeIds |Integer[] |R |节点uuid remark |String |R |备注 commandName |String |O |当type!=1时 必须有值 +commandType |String |O |当type!=1时 必须有值 示例: @@ -4228,7 +4229,8 @@ commandName |String |O |当type!=1时 必须有值 "remark": "", "nodeGroupIds": [1,2,3], "nodeIds": [7,8], - "commandName":"" + "commandName":"", + "commandType":"" } ``` |
