You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/action.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Port action
19
19
20
20
-`blueprint_identifier` (String) The identifier of the blueprint
21
21
-`identifier` (String) The identifier of the action
22
-
-`invocation_method` (Block List, Min: 1, Max: 1) The methods the action is dispatched in. Supports WEBHOOK, KAFKAand GITHUB (see [below for nested schema](#nestedblock--invocation_method))
22
+
-`invocation_method` (Block List, Min: 1, Max: 1) The methods the action is dispatched in. Supports WEBHOOK, KAFKA, GITHUB and AZURE-DEVOPS (see [below for nested schema](#nestedblock--invocation_method))
23
23
-`title` (String) The display name of the action
24
24
-`trigger` (String) The type of the action, one of CREATE, DAY-2, DELETE
25
25
@@ -43,12 +43,14 @@ Required:
43
43
Optional:
44
44
45
45
-`agent` (Boolean) Relevant only when selecting type WEBHOOK. The flag that controls if the port execution agent will handle the action
46
+
-`azure_org` (String) Required when selecting type AZURE-DEVOPS. The Azure Devops org that the webhook belongs to
46
47
-`omit_payload` (Boolean) Relevant only when selecting type GITHUB. The flag that controls if to omit Port's payload from workflow's dispatch input
47
48
-`omit_user_inputs` (Boolean) Relevant only when selecting type GITHUB. The flag that controls if to omit user inputs from workflow's dispatch input
48
49
-`org` (String) Required when selecting type GITHUB. The GitHub org that the workflow belongs to
49
50
-`repo` (String) Required when selecting type GITHUB. The GitHub repository that the workflow belongs to
50
51
-`report_workflow_status` (Boolean) Relevant only when selecting type GITHUB. The flag that controls if to report the action status when the workflow completes
51
52
-`url` (String) Required when selecting type WEBHOOK. The URL to which the action is dispatched
53
+
-`webhook` (String) Required when selecting type AZURE-DEVOPS. The Azure Devops webhook id
52
54
-`workflow` (String) Required when selecting type GITHUB. The GitHub workflow id or the workflow file name
Copy file name to clipboardExpand all lines: docs/resources/blueprint.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Port blueprint
23
23
24
24
### Optional
25
25
26
-
-`calculation_properties` (Block Set) A set of properties that are calculated upon Entitys regular properties. (see [below for nested schema](#nestedblock--calculation_properties))
26
+
-`calculation_properties` (Block Set) A set of properties that are calculated upon entity's regular properties. (see [below for nested schema](#nestedblock--calculation_properties))
27
27
-`changelog_destination` (Block List, Max: 1) Blueprints changelog destination, Supports WEBHOOK and KAFKA (see [below for nested schema](#nestedblock--changelog_destination))
28
28
-`data_source` (String, Deprecated) The data source for entities of this blueprint
29
29
-`description` (String) The description of the blueprint
@@ -57,6 +57,7 @@ Optional:
57
57
-`enum_colors` (Map of String) A map of colors for the enum values
58
58
-`format` (String) The format of the Property
59
59
-`icon` (String) The icon of the property
60
+
-`items` (Map of String) A metadata of an array's items, in case the type is an array
60
61
-`required` (Boolean) Whether or not the property is required
61
62
-`spec` (String) The specification of the property, one of "async-api", "open-api", "embedded-url"
0 commit comments