Skip to content

Commit d21173d

Browse files
authored
Merge pull request #3 from microsoft/dev
Merge Latest
2 parents 8da4d37 + 92b8778 commit d21173d

File tree

67 files changed

+64540
-3104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+64540
-3104
lines changed

certified-connectors/Africa's Talking Airtime/apiDefinition.swagger.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -201,15 +201,12 @@
201201
"x-ms-notification-content": {
202202
"schema": {
203203
"type": "object",
204-
"properties": {
205-
"requestId": {
206-
"type": "string",
207-
"description": "requestId"
208-
},
209-
"status": {
210-
"type": "string",
211-
"description": "status"
212-
}
204+
"properties": {}
205+
},
206+
"headers": {
207+
"Content-Type": {
208+
"description": "Content-Type",
209+
"type": "string"
213210
}
214211
},
215212
"description": "A new airtime delivery status notification"

certified-connectors/Africa's Talking SMS/apiDefinition.swagger.json

Lines changed: 17 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -215,37 +215,11 @@
215215
"x-ms-notification-content": {
216216
"schema": {
217217
"type": "object",
218-
"properties": {
219-
"id": {
220-
"type": "string",
221-
"description": "id"
222-
},
223-
"status": {
224-
"type": "string",
225-
"description": "status"
226-
},
227-
"phoneNumber": {
228-
"type": "string",
229-
"description": "phoneNumber"
230-
},
231-
"networkCode": {
232-
"type": "string",
233-
"description": "networkCode"
234-
},
235-
"failureReason": {
236-
"type": "string",
237-
"description": "failureReason"
238-
},
239-
"retryCount": {
240-
"type": "integer",
241-
"format": "int32",
242-
"description": "retryCount"
243-
}
244-
}
218+
"properties": {}
245219
},
246220
"headers": {
247-
"Content-type": {
248-
"description": "Content-type",
221+
"Content-Type": {
222+
"description": "Content-Type",
249223
"type": "string"
250224
}
251225
},
@@ -310,38 +284,15 @@
310284
"x-ms-notification-content": {
311285
"schema": {
312286
"type": "object",
313-
"properties": {
314-
"date": {
315-
"type": "string",
316-
"description": "date"
317-
},
318-
"from": {
319-
"type": "string",
320-
"description": "from"
321-
},
322-
"id": {
323-
"type": "string",
324-
"description": "id"
325-
},
326-
"linkId": {
327-
"type": "string",
328-
"description": "linkId"
329-
},
330-
"text": {
331-
"type": "string",
332-
"description": "text"
333-
},
334-
"to": {
335-
"type": "string",
336-
"description": "to"
337-
},
338-
"networkCode": {
339-
"type": "string",
340-
"description": "networkCode"
341-
}
342-
}
287+
"properties": {}
343288
},
344-
"description": "A new message in your inbox"
289+
"description": "A new message in your inbox",
290+
"headers": {
291+
"Content-Type": {
292+
"description": "Content-Type",
293+
"type": "string"
294+
}
295+
}
345296
},
346297
"post": {
347298
"responses": {
@@ -403,15 +354,12 @@
403354
"description": "A bulk sms opt out notification",
404355
"schema": {
405356
"type": "object",
406-
"properties": {
407-
"senderId": {
408-
"type": "string",
409-
"description": "senderId"
410-
},
411-
"phoneNumber": {
412-
"type": "string",
413-
"description": "phoneNumber"
414-
}
357+
"properties": {}
358+
},
359+
"headers": {
360+
"Content-Type": {
361+
"description": "Content-Type",
362+
"type": "string"
415363
}
416364
}
417365
},

certified-connectors/AvePoint Cloud Governance/apiDefinition.swagger.json

Lines changed: 191 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"swagger": "2.0",
33
"info": {
44
"title": "AvePoint Cloud Governance",
@@ -1343,6 +1343,135 @@
13431343
"x-ms-visibility": "internal"
13441344
}
13451345
},
1346+
"/flow/office365/actiontypes": {
1347+
"get": {
1348+
"tags": [
1349+
"Flow"
1350+
],
1351+
"summary": "Get office365 action types",
1352+
"description": "Get office365 action types.",
1353+
"operationId": "Flow_GetOffice365ActionTypes",
1354+
"produces": [
1355+
"text/plain",
1356+
"application/json"
1357+
],
1358+
"responses": {
1359+
"200": {
1360+
"description": "Success",
1361+
"schema": {
1362+
"type": "array",
1363+
"items": {
1364+
"$ref": "#/definitions/StringModel"
1365+
}
1366+
}
1367+
},
1368+
"400": {
1369+
"description": "Bad request"
1370+
},
1371+
"401": {
1372+
"description": "Unauthorized"
1373+
},
1374+
"500": {
1375+
"description": "Internal server error"
1376+
}
1377+
},
1378+
"x-ms-visibility": "internal"
1379+
}
1380+
},
1381+
"/flow/office365/settings": {
1382+
"put": {
1383+
"tags": [
1384+
"Flow"
1385+
],
1386+
"summary": "Update Microsoft 365 settings",
1387+
"description": "Update Microsoft 365 settings.",
1388+
"operationId": "Flow_UpdateOffice365Setting",
1389+
"consumes": [
1390+
"application/json"
1391+
],
1392+
"parameters": [
1393+
{
1394+
"in": "query",
1395+
"name": "actionType",
1396+
"required": true,
1397+
"type": "string",
1398+
"x-ms-dynamic-values": {
1399+
"operationId": "Flow_GetOffice365ActionTypes",
1400+
"value-path": "id",
1401+
"value-title": "name"
1402+
},
1403+
"x-ms-summary": "Action Type",
1404+
"description": "Specify an action type."
1405+
},
1406+
{
1407+
"in": "body",
1408+
"name": "body",
1409+
"required": true,
1410+
"schema": {
1411+
"type": "object",
1412+
"x-ms-dynamic-schema": {
1413+
"operationId": "Flow_GetUpdateOffice365SettingSchema",
1414+
"value-path": "schema",
1415+
"parameters": {
1416+
"actionType": {
1417+
"parameter": "actionType"
1418+
}
1419+
}
1420+
}
1421+
}
1422+
}
1423+
],
1424+
"responses": {
1425+
"200": {
1426+
"description": "Success"
1427+
},
1428+
"400": {
1429+
"description": "Bad request"
1430+
},
1431+
"401": {
1432+
"description": "Unauthorized"
1433+
},
1434+
"500": {
1435+
"description": "Internal server error"
1436+
}
1437+
}
1438+
}
1439+
},
1440+
"/flow/office365/sharingdomainrestrictionmodes": {
1441+
"get": {
1442+
"tags": [
1443+
"Flow"
1444+
],
1445+
"summary": "Get sharing domain restriction modes",
1446+
"description": "Get sharing domain restriction modes.",
1447+
"operationId": "Flow_GetSharingDomainRestrictionModes",
1448+
"produces": [
1449+
"text/plain",
1450+
"application/json"
1451+
],
1452+
"responses": {
1453+
"200": {
1454+
"description": "Success",
1455+
"schema": {
1456+
"type": "array",
1457+
"items": {
1458+
"$ref": "#/definitions/StringModel"
1459+
}
1460+
}
1461+
},
1462+
"400": {
1463+
"description": "Bad request"
1464+
},
1465+
"401": {
1466+
"description": "Unauthorized"
1467+
},
1468+
"500": {
1469+
"description": "Internal server error"
1470+
}
1471+
},
1472+
"x-ms-visibility": "internal"
1473+
}
1474+
},
13461475
"/flow/requests/{requestId}": {
13471476
"get": {
13481477
"tags": [
@@ -1771,6 +1900,51 @@
17711900
"x-ms-visibility": "internal"
17721901
}
17731902
},
1903+
"/flow/schema/updateoffice365": {
1904+
"get": {
1905+
"tags": [
1906+
"Flow"
1907+
],
1908+
"summary": "Get update office365 setting schema",
1909+
"description": "Get schema for update office365 setting.",
1910+
"operationId": "Flow_GetUpdateOffice365SettingSchema",
1911+
"produces": [
1912+
"text/plain",
1913+
"application/json"
1914+
],
1915+
"parameters": [
1916+
{
1917+
"in": "query",
1918+
"name": "actionType",
1919+
"required": true,
1920+
"type": "string",
1921+
"enum": [
1922+
"UpdateSiteExternalDomain"
1923+
],
1924+
"x-ms-summary": "Flow_TitleCase_Office365ActionType",
1925+
"description": "Flow_Office365ActionType_Des"
1926+
}
1927+
],
1928+
"responses": {
1929+
"200": {
1930+
"description": "Success",
1931+
"schema": {
1932+
"$ref": "#/definitions/FlowSchemaResponse"
1933+
}
1934+
},
1935+
"400": {
1936+
"description": "Bad request"
1937+
},
1938+
"401": {
1939+
"description": "Unauthorized"
1940+
},
1941+
"500": {
1942+
"description": "Internal server error"
1943+
}
1944+
},
1945+
"x-ms-visibility": "internal"
1946+
}
1947+
},
17741948
"/flow/schema/workspace": {
17751949
"get": {
17761950
"tags": [
@@ -2543,6 +2717,22 @@
25432717
}
25442718
}
25452719
},
2720+
"Office365FlowSetting": {
2721+
"required": [
2722+
"actionType"
2723+
],
2724+
"type": "object",
2725+
"properties": {
2726+
"actionType": {
2727+
"format": "int32",
2728+
"default": 0,
2729+
"type": "integer",
2730+
"x-ms-visibility": "internal",
2731+
"x-ms-summary": "Action Type",
2732+
"description": "Specify an action type."
2733+
}
2734+
}
2735+
},
25462736
"FlowRequest": {
25472737
"required": [
25482738
"serviceType"

0 commit comments

Comments
 (0)