1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
// GENERATED CODE

use crate::api_default_imports::*;

api_client!(GroupsTeamApiClient, ResourceIdentity::GroupsTeam);

impl GroupsTeamApiClient {
    patch!(
        doc: "Create team from group",
        name: update_team,
        path: "/team",
        body: true
    );
    delete!(
        doc: "Delete navigation property team for groups",
        name: delete_team,
        path: "/team"
    );
    get!(
        doc: "Get team from groups",
        name: get_team,
        path: "/team"
    );
    get!(
        doc: "List allChannels",
        name: list_all_channels,
        path: "/team/allChannels"
    );
    get!(
        doc: "Get the number of the resource",
        name: get_all_channels_count,
        path: "/team/allChannels/$count"
    );
    get!(
        doc: "Get allChannels from groups",
        name: get_all_channels,
        path: "/team/allChannels/{{id}}",
        params: channel_id
    );
    post!(
        doc: "Invoke action archive",
        name: archive,
        path: "/team/archive",
        body: true
    );
    post!(
        doc: "Invoke action clone",
        name: clone,
        path: "/team/clone",
        body: true
    );
    post!(
        doc: "Invoke action completeMigration",
        name: complete_migration,
        path: "/team/completeMigration"
    );
    get!(
        doc: "Get group from groups",
        name: get_group,
        path: "/team/group"
    );
    get!(
        doc: "List incomingChannels",
        name: list_incoming_channels,
        path: "/team/incomingChannels"
    );
    get!(
        doc: "Get the number of the resource",
        name: get_incoming_channels_count,
        path: "/team/incomingChannels/$count"
    );
    get!(
        doc: "Get incomingChannels from groups",
        name: get_incoming_channels,
        path: "/team/incomingChannels/{{id}}",
        params: channel_id
    );
    post!(
        doc: "Add app to team",
        name: create_installed_apps,
        path: "/team/installedApps",
        body: true
    );
    get!(
        doc: "List apps in team",
        name: list_installed_apps,
        path: "/team/installedApps"
    );
    get!(
        doc: "Get the number of the resource",
        name: get_installed_apps_count,
        path: "/team/installedApps/$count"
    );
    delete!(
        doc: "Delete navigation property installedApps for groups",
        name: delete_installed_apps,
        path: "/team/installedApps/{{id}}",
        params: teams_app_installation_id
    );
    get!(
        doc: "Get installedApps from groups",
        name: get_installed_apps,
        path: "/team/installedApps/{{id}}",
        params: teams_app_installation_id
    );
    patch!(
        doc: "Update the navigation property installedApps in groups",
        name: update_installed_apps,
        path: "/team/installedApps/{{id}}",
        body: true,
        params: teams_app_installation_id
    );
    get!(
        doc: "Get teamsApp from groups",
        name: get_teams_app,
        path: "/team/installedApps/{{id}}/teamsApp",
        params: teams_app_installation_id
    );
    get!(
        doc: "Get teamsAppDefinition from groups",
        name: get_teams_app_definition,
        path: "/team/installedApps/{{id}}/teamsAppDefinition",
        params: teams_app_installation_id
    );
    post!(
        doc: "Invoke action upgrade",
        name: upgrade,
        path: "/team/installedApps/{{id}}/upgrade",
        params: teams_app_installation_id
    );
    post!(
        doc: "Create new navigation property to operations for groups",
        name: create_operations,
        path: "/team/operations",
        body: true
    );
    get!(
        doc: "Get operations from groups",
        name: list_operations,
        path: "/team/operations"
    );
    get!(
        doc: "Get the number of the resource",
        name: get_operations_count,
        path: "/team/operations/$count"
    );
    delete!(
        doc: "Delete navigation property operations for groups",
        name: delete_operations,
        path: "/team/operations/{{id}}",
        params: teams_async_operation_id
    );
    get!(
        doc: "Get operations from groups",
        name: get_operations,
        path: "/team/operations/{{id}}",
        params: teams_async_operation_id
    );
    patch!(
        doc: "Update the navigation property operations in groups",
        name: update_operations,
        path: "/team/operations/{{id}}",
        body: true,
        params: teams_async_operation_id
    );
    delete!(
        doc: "Delete navigation property photo for groups",
        name: delete_photo,
        path: "/team/photo"
    );
    get!(
        doc: "Get photo from groups",
        name: get_photo,
        path: "/team/photo"
    );
    patch!(
        doc: "Update the navigation property photo in groups",
        name: update_photo,
        path: "/team/photo",
        body: true
    );
    get!(
        doc: "Get media content for the navigation property photo from groups",
        name: get_photo_content,
        path: "/team/photo/$value"
    );
    put!(
        doc: "Update media content for the navigation property photo in groups",
        name: update_photo_content,
        path: "/team/photo/$value",
        body: true
    );
    post!(
        doc: "Invoke action sendActivityNotification",
        name: send_activity_notification,
        path: "/team/sendActivityNotification",
        body: true
    );
    get!(
        doc: "Get template from groups",
        name: get_template,
        path: "/team/template"
    );
    post!(
        doc: "Invoke action unarchive",
        name: unarchive,
        path: "/team/unarchive"
    );
}