Skip to content

Commit

Permalink
Merge pull request #919 from microsoftgraph/dev
Browse files Browse the repository at this point in the history
Merge dev into master
  • Loading branch information
millicentachieng authored Dec 16, 2024
2 parents d61ce97 + 7da4633 commit 12ba105
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6000,7 +6000,7 @@
"GET"
],
"paths": {
"/teams/{id}/channels/{id}/getAllMembers": "least=DelegatedWork,Application"
"/teams/{id}/channels/{id}/allMembers": "least=DelegatedWork,Application"
}
}
],
Expand Down Expand Up @@ -6040,7 +6040,7 @@
"GET"
],
"paths": {
"/teams/{id}/channels/{id}/getAllMembers": "least=DelegatedWork,Application"
"/teams/{id}/channels/{id}/allMembers": "least=DelegatedWork,Application"
}
}
],
Expand Down Expand Up @@ -23377,7 +23377,7 @@
"GET"
],
"paths": {
"/teams/{id}/channels/{id}/getAllMembers": "least=DelegatedWork"
"/teams/{id}/channels/{id}/allMembers": "least=DelegatedWork"
}
},
{
Expand Down

0 comments on commit 12ba105

Please sign in to comment.