Skip to content

Commit 7c451c1

Browse files
author
CI bot
committed
Definitions Update connectors
2 parents 57eee10 + 48038af commit 7c451c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

alsdkdefs/apis/connectors/connectors.v1.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ components:
919919
description: Connection type.
920920
target_url:
921921
type: string
922-
pattern: '^https?://\\S+'
922+
pattern: '^https?:\/\/(?:[a-zA-Z0-9#.\-]{2,256})+\.(?:[a-zA-Z]{2,63}):?[0-9]*(?:\/[0-9a-zA-Z\-@?=_&%.:]*)*$'
923923
description: Target URL
924924
headers:
925925
type: string
@@ -1099,7 +1099,7 @@ components:
10991099
- msteams
11001100
base_url:
11011101
type: string
1102-
pattern: '^https?://\S+'
1102+
pattern: '^https?:\/\/(?:[a-zA-Z0-9#.\-]{2,256})+\.(?:[a-zA-Z]{2,63}):?[0-9]*(?:\/[0-9a-zA-Z\-@?=_&%.:]*)*$'
11031103
active:
11041104
type: boolean
11051105
description: Active status of the connection
@@ -1123,7 +1123,7 @@ components:
11231123
- slack
11241124
base_url:
11251125
type: string
1126-
pattern: '^https?://\S+'
1126+
pattern: '^https?:\/\/(?:[a-zA-Z0-9#.\-]{2,256})+\.(?:[a-zA-Z]{2,63}):?[0-9]*(?:\/[0-9a-zA-Z\-@?=_&%.:]*)*$'
11271127
active:
11281128
type: boolean
11291129
description: Active status of the connection
@@ -1147,7 +1147,7 @@ components:
11471147
- pagerduty
11481148
base_url:
11491149
type: string
1150-
pattern: '^https?://\S+'
1150+
pattern: '^https?:\/\/(?:[a-zA-Z0-9#.\-]{2,256})+\.(?:[a-zA-Z]{2,63}):?[0-9]*(?:\/[0-9a-zA-Z\-@?=_&%.:]*)*$'
11511151
routing_key:
11521152
type: string
11531153
active:
@@ -1173,7 +1173,7 @@ components:
11731173
- webhook
11741174
base_url:
11751175
type: string
1176-
pattern: '^https?://\S+'
1176+
pattern: '^https?:\/\/(?:[a-zA-Z0-9#.\-]{2,256})+\.(?:[a-zA-Z]{2,63}):?[0-9]*(?:\/[0-9a-zA-Z\-@?=_&%.:]*)*$'
11771177
auth_header:
11781178
type: string
11791179
headers:

0 commit comments

Comments
 (0)