Skip to content

Commit b2c88ef

Browse files
sync docs (#521)
Co-authored-by: michaeljguarino <[email protected]>
1 parent 2c077d7 commit b2c88ef

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pages/overview/management-api-reference.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,25 @@ _Appears in:_
121121
| `regions` _string array_ | A list of regions this connection can query | | Optional: \{\} <br /> |
122122

123123

124+
#### AiApprovalConfiguration
125+
126+
127+
128+
129+
130+
131+
132+
_Appears in:_
133+
- [StackConfiguration](#stackconfiguration)
134+
135+
| Field | Description | Default | Validation |
136+
| --- | --- | --- | --- |
137+
| `enabled` _boolean_ | Enabled indicates if AI approval is enabled for this stack. | | Required: \{\} <br /> |
138+
| `git` _[GitRef](#gitref)_ | Git references the Git repository containing the rules file. | | Required: \{\} <br /> |
139+
| `file` _string_ | File is the name of the rules file within the Git repository. | | Required: \{\} <br /> |
140+
| `ignoreCancel` _boolean_ | IgnoreCancel indicates if the cancellation of a stack run should be ignored by AI. | | Optional: \{\} <br /> |
141+
142+
124143
#### AnalysisRates
125144

126145

@@ -1523,6 +1542,7 @@ GitRef represents a reference to a Git repository.
15231542

15241543

15251544
_Appears in:_
1545+
- [AiApprovalConfiguration](#aiapprovalconfiguration)
15261546
- [InfrastructureStackSpec](#infrastructurestackspec)
15271547
- [PrAutomationCreateConfiguration](#prautomationcreateconfiguration)
15281548
- [ServiceHelm](#servicehelm)
@@ -4272,6 +4292,7 @@ _Appears in:_
42724292
| `hooks` _[StackHook](#stackhook) array_ | Hooks to run at various stages of the stack run. | | Optional: \{\} <br /> |
42734293
| `terraform` _[TerraformConfiguration](#terraformconfiguration)_ | Terraform configuration for this stack. | | Optional: \{\} <br /> |
42744294
| `ansible` _[AnsibleConfiguration](#ansibleconfiguration)_ | Ansible configuration for this stack. | | Optional: \{\} <br /> |
4295+
| `aiApproval` _[AiApprovalConfiguration](#aiapprovalconfiguration)_ | AiApproval configuration for this stack to be auto-approved by AI according to rules sourced from Git. | | Optional: \{\} <br /> |
42754296

42764297

42774298
#### StackCron

0 commit comments

Comments
 (0)