Skip to content

Commit

Permalink
Update sample requests (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
subray2014 authored Aug 31, 2023
1 parent 203d3a1 commit c39f676
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sample-queries/sample-queries.json
Original file line number Diff line number Diff line change
Expand Up @@ -1395,9 +1395,9 @@
"category": "Microsoft Teams",
"method": "GET",
"humanName": "members of a team",
"requestUrl": "/v1.0/groups/{group-id-for-teams}/members",
"docLink": "https://docs.microsoft.com/en-us/graph/api/group-list-memberof?view=graph-rest-1.0",
"tip": "This query requires a group id of the Team. To find the group id of teams you belong to, you can run: GET https://graph.microsoft.com/v1.0/me/joinedTeams",
"requestUrl": "/v1.0/teams/{team-id}/members",
"docLink": "https://learn.microsoft.com/en-us/graph/api/team-list-members?view=graph-rest-1.0",
"tip": "This query requires a team id. To find the team id of teams you belong to, you can run: GET https://graph.microsoft.com/v1.0/me/joinedTeams",
"skipTest": false
},
{
Expand All @@ -1407,7 +1407,7 @@
"humanName": "channels of a team which I am member of",
"requestUrl": "/v1.0/teams/{team-id}/channels",
"docLink": "https://docs.microsoft.com/en-us/graph/api/channel-list?view=graph-rest-1.0",
"tip": "This query requires a team id. To find the team id of teams you belong to, you can run: GET https://graph.microsoft.com/v1.0/me/joinedTeams",
"tip": "This query requires a team id. To find the team id of teams you belong to, you can run: GET https://graph.microsoft.com/v1.0/me/joinedTeams",
"skipTest": false
},
{
Expand Down

0 comments on commit c39f676

Please sign in to comment.