diff options
| author | 陈劲松 <[email protected]> | 2019-09-06 16:59:21 +0800 |
|---|---|---|
| committer | 陈劲松 <[email protected]> | 2019-09-06 16:59:21 +0800 |
| commit | aaef5992069786d792ad60eab8e119e023e206e8 (patch) | |
| tree | 9dc42ee1427a7243d97b530600c236c47d6cdc18 | |
| parent | 044bb6256c94ae87475511990eed9d933ab21f3a (diff) | |
Update nezha接口文档.md
| -rw-r--r-- | nezha接口文档.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/nezha接口文档.md b/nezha接口文档.md index b92fa87..7295e4d 100644 --- a/nezha接口文档.md +++ b/nezha接口文档.md @@ -1977,7 +1977,7 @@ data |Object |R | name |String |R |名称 remark |String |O |备注 usergroupIds |Integer[] |O |用户组id,分配现有用户组 -uuids |Integer[] |O |节点组id,分配节点 +addUuids |Integer[] |O |节点id,分配节点 示例: @@ -1987,7 +1987,7 @@ uuids |Integer[] |O |节点组id,分配节点 "name": "system22", "remark": "en", "usergroupIds": [1,2,3,4], - "uuids": [1,3,4] + "addUuids": [1,3,4] } ``` @@ -2021,7 +2021,8 @@ id |Integer |R |id name |String |R |名称 remark |String |O |备注 usergroupIds |Integer[] |O |用户组id -uuids |Integer[] |O |节点组id,分配节点 +addUuids |Integer[] |O |增加的节点id,分配节点 +removeUuids |Integer[] |O |移除的节点id,分配节点 示例: @@ -2031,7 +2032,7 @@ uuids |Integer[] |O |节点组id,分配节点 "name": "cab9", "remark": "en", "usergroupIds": [1,2,3,4], - "uuids": [1,3,4] + "addUuids": [1,3,4] } ``` |
