File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
alsdkdefs/apis/connectors Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -651,6 +651,7 @@ paths:
651651 - $ref : ' #/components/schemas/ConnectionTargetJsd'
652652 - $ref : ' #/components/schemas/ConnectionTargetSnow'
653653 - $ref : ' #/components/schemas/ConnectionTargetMsteams'
654+ - $ref : ' #/components/schemas/ConnectionTargetMsPowerAutomate'
654655 - $ref : ' #/components/schemas/ConnectionTargetSlack'
655656 - $ref : ' #/components/schemas/ConnectionTargetPagerduty'
656657 - $ref : ' #/components/schemas/ConnectionTargetWebhook'
@@ -1153,6 +1154,7 @@ components:
11531154 - jira
11541155 - snow
11551156 - msteams
1157+ - ms_power_automate
11561158 - pagerduty
11571159 - slack
11581160 description : Connection type.
@@ -1357,6 +1359,30 @@ components:
13571359 - type
13581360 - name
13591361 - base_url
1362+ ConnectionTargetMsPowerAutomate :
1363+ title : ConnectionTargetMsPowerAutomate
1364+ description : ConnectionTargetMsPowerAutomate object schema
1365+ type : object
1366+ additionalProperties : false
1367+ properties :
1368+ name :
1369+ type : string
1370+ minLength : 1
1371+ type :
1372+ type : string
1373+ enum :
1374+ - ms_power_automate
1375+ base_url :
1376+ type : string
1377+ pattern : ' ^https?:\/\/(?:[a-zA-Z0-9#.\-]{2,256})+\.(?:[a-zA-Z]{2,63}):?[0-9]*(?:\/[0-9a-zA-Z\-@?=_&%.:]*)*$'
1378+ active :
1379+ type : boolean
1380+ description : Active status of the connection
1381+ default : true
1382+ required :
1383+ - type
1384+ - name
1385+ - base_url
13601386 ConnectionTargetSlack :
13611387 title : ConnectionTargetSlack
13621388 description : ConnectionTargetSlack object schema
You can’t perform that action at this time.
0 commit comments