From 294a54358d2fc7f1919dcaec6ae0c0219b30a60f Mon Sep 17 00:00:00 2001 From: gavinr-maps Date: Tue, 10 Oct 2023 16:12:28 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Esri/arc?= =?UTF-8?q?gis-rest-js@92ec68c6d3a2698df04c441742385fffe45b0e37=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 4/typedoc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/4/typedoc.json b/4/typedoc.json index 68f307d52..0011bc657 100644 --- a/4/typedoc.json +++ b/4/typedoc.json @@ -83863,7 +83863,7 @@ "sources": [ { "fileName": "arcgis-rest-portal/src/groups/update-user-membership.ts", - "line": 46, + "line": 47, "character": 16 } ], @@ -83876,7 +83876,7 @@ "flags": {}, "comment": { "shortText": "Change the user membership levels of existing users in a group", - "text": "```js\nimport { updateUserMemberships } from \"@esri/arcgis-rest-portal\";\n\nupdateUserMemberships({\n id: groupId,\n admins: [\"username3\"],\n authentication\n})\n.then(response);\n```\n", + "text": "```js\nimport { updateUserMemberships } from \"@esri/arcgis-rest-portal\";\n\nupdateUserMemberships({\n id: groupId,\n admins: [\"username3\"],\n newMemberType: \"admin\",\n authentication\n})\n.then(response);\n```\n", "returns": "A Promise\n" }, "parameters": [