Skip to content

Commit 9563ffc

Browse files
committed
Fix broken links
1 parent c3083e3 commit 9563ffc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pages/toolkits/social-communication/microsoft_teams.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Searches for users in the Microsoft Teams tenant.
130130
**Parameters**
131131

132132
- **keywords** (`array[string]`, required) The keywords to match against users' names.
133-
- **match_type** (`Enum` [PartialMatchType](/toolkits/social-communication/microsoftteams/reference#PartialMatchType), optional) The type of match to use for the keywords. Defaults to match_any_of_the_keywords.
133+
- **match_type** (`Enum` [PartialMatchType](/toolkits/social-communication/microsoft_teams/reference#PartialMatchType), optional) The type of match to use for the keywords. Defaults to match_any_of_the_keywords.
134134
- **limit** (`integer`, optional) The maximum number of users to return. Defaults to 50, max is 999.
135135
- **offset** (`integer`, optional) The offset to start from.
136136

@@ -203,7 +203,7 @@ Searches for channels in a given Microsoft Teams team.
203203
**Parameters**
204204

205205
- **keywords** (`array[string]`, required) The keywords to search for in channel names.
206-
- **match_type** (`Enum` [MatchType](/toolkits/social-communication/microsoftteams/reference#MatchType), optional) The type of match to use for the search. Defaults to 'partial_match_all_keywords'.
206+
- **match_type** (`Enum` [MatchType](/toolkits/social-communication/microsoft_teams/reference#MatchType), optional) The type of match to use for the search. Defaults to 'partial_match_all_keywords'.
207207
- **limit** (`integer`, optional) The maximum number of channels to return. Defaults to 50. Max of 100.
208208
- **offset** (`integer`, optional) The offset to start from.
209209
- **team_id_or_name** (`string`, optional) The ID or name of the team to search the channels of (optional). If not provided: in case the user is a member of a single team, the tool will use it; otherwise an error will be returned with a list of all teams to pick from.
@@ -326,7 +326,7 @@ Lists the teams the current user is associated with in Microsoft Teams.
326326

327327
**Parameters**
328328

329-
- **membership_type** (`Enum` [TeamMembershipType](/toolkits/social-communication/microsoftteams/reference#TeamMembershipType), optional) The type of membership to filter by. Defaults to 'direct_member_of_the_team'.
329+
- **membership_type** (`Enum` [TeamMembershipType](/toolkits/social-communication/microsoft_teams/reference#TeamMembershipType), optional) The type of membership to filter by. Defaults to 'direct_member_of_the_team'.
330330

331331

332332
## MicrosoftTeams.SearchTeams
@@ -620,7 +620,7 @@ Searches for people the user has interacted with in Microsoft Teams and other 36
620620
**Parameters**
621621

622622
- **keywords** (`array[string]`, required) The keywords to match against people's names. Provide one or more expressions.
623-
- **match_type** (`Enum` [PartialMatchType](/toolkits/social-communication/microsoftteams/reference#PartialMatchType), optional) The type of match to use for the keywords. Defaults to match_any_of_the_keywords.
623+
- **match_type** (`Enum` [PartialMatchType](/toolkits/social-communication/microsoft_teams/reference#PartialMatchType), optional) The type of match to use for the keywords. Defaults to match_any_of_the_keywords.
624624
- **limit** (`integer`, optional) The maximum number of people to return. Defaults to 50, max is 100.
625625
- **next_page_token** (`string`, optional) The next page token to use for pagination.
626626

0 commit comments

Comments
 (0)