Skip to content

Commit

Permalink
docs(arcgis-rest-portal): updateUserMemberships sample code (#1132)
Browse files Browse the repository at this point in the history
Co-authored-by: Al-Iqram Elahee <hridoy@Al-Iqrams-MacBook-Pro.local>
  • Loading branch information
alhridoy and Al-Iqram Elahee authored Oct 10, 2023
1 parent 7e6afd1 commit 92ec68c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export interface IUpdateGroupUsersOptions extends IUserRequestOptions {
* updateUserMemberships({
* id: groupId,
* admins: ["username3"],
* newMemberType: "admin",
* authentication
* })
* .then(response);
Expand Down

0 comments on commit 92ec68c

Please sign in to comment.