Skip to content

Commit

Permalink
Deploying to gh-pages from @ 92ec68c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed Oct 10, 2023
1 parent d44d3f7 commit 294a543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 4/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -83863,7 +83863,7 @@
"sources": [
{
"fileName": "arcgis-rest-portal/src/groups/update-user-membership.ts",
"line": 46,
"line": 47,
"character": 16
}
],
Expand All @@ -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": [
Expand Down

0 comments on commit 294a543

Please sign in to comment.