Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 63 additions & 3 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11353,6 +11353,66 @@ menu:
- GetTeamPermissionSettings
unstable: []
order: 17
- name: Update team notification rule
url: '#update-team-notification-rule'
identifier: teams-update-team-notification-rule
parent: teams
generated: true
params:
versions:
- v2
operationids:
- UpdateTeamNotificationRule
unstable: []
order: 30
- name: Get team notification rule
url: '#get-team-notification-rule'
identifier: teams-get-team-notification-rule
parent: teams
generated: true
params:
versions:
- v2
operationids:
- GetTeamNotificationRule
unstable: []
order: 29
- name: Delete team notification rule
url: '#delete-team-notification-rule'
identifier: teams-delete-team-notification-rule
parent: teams
generated: true
params:
versions:
- v2
operationids:
- DeleteTeamNotificationRule
unstable: []
order: 31
- name: Create team notification rule
url: '#create-team-notification-rule'
identifier: teams-create-team-notification-rule
parent: teams
generated: true
params:
versions:
- v2
operationids:
- CreateTeamNotificationRule
unstable: []
order: 28
- name: Get team notification rules
url: '#get-team-notification-rules'
identifier: teams-get-team-notification-rules
parent: teams
generated: true
params:
versions:
- v2
operationids:
- GetTeamNotificationRules
unstable: []
order: 27
- name: Update a user's membership attributes on a team
url: '#update-a-users-membership-attributes-on-a-team'
identifier: teams-update-a-users-membership-attributes-on-a-team
Expand Down Expand Up @@ -11571,7 +11631,7 @@ menu:
operationids:
- CreateTeamConnections
unstable: []
order: 2
order: 25
- name: List team connections
url: '#list-team-connections'
identifier: teams-list-team-connections
Expand All @@ -11583,7 +11643,7 @@ menu:
operationids:
- ListTeamConnections
unstable: []
order: 1
order: 24
- name: Delete team connections
url: '#delete-team-connections'
identifier: teams-delete-team-connections
Expand All @@ -11595,7 +11655,7 @@ menu:
operationids:
- DeleteTeamConnections
unstable: []
order: 3
order: 26
- name: Get a team hierarchy link
url: '#get-a-team-hierarchy-link'
identifier: teams-get-a-team-hierarchy-link
Expand Down
Loading
Loading