From 044bb6256c94ae87475511990eed9d933ab21f3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=8A=B2=E6=9D=BE?= Date: Fri, 6 Sep 2019 16:36:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E4=B8=9A=E5=8A=A1=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=88=86=E9=85=8D=E8=8A=82=E7=82=B9=E7=9A=84=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=BD=92=E5=85=A5=E6=96=B0=E5=A2=9E=E3=80=81=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha接口文档.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/nezha接口文档.md b/nezha接口文档.md index 04aea1d..b92fa87 100644 --- a/nezha接口文档.md +++ b/nezha接口文档.md @@ -1977,6 +1977,7 @@ data |Object |R |  name |String |R |名称 remark |String |O |备注 usergroupIds |Integer[] |O |用户组id,分配现有用户组 +uuids |Integer[] |O |节点组id,分配节点 示例: @@ -1985,7 +1986,8 @@ usergroupIds |Integer[] |O |用户组id,分配现有用户组 { "name": "system22", "remark": "en", - "usergroupIds": [1,2,3,4] + "usergroupIds": [1,2,3,4], + "uuids": [1,3,4] } ``` @@ -2019,6 +2021,7 @@ id |Integer |R |id name |String |R |名称 remark |String |O |备注 usergroupIds |Integer[] |O |用户组id +uuids |Integer[] |O |节点组id,分配节点 示例: @@ -2027,7 +2030,8 @@ usergroupIds |Integer[] |O |用户组id "id": 9, "name": "cab9", "remark": "en", - "usergroupIds": [1,2,3,4] + "usergroupIds": [1,2,3,4], + "uuids": [1,3,4] } ```