Skip to content

Commit

Permalink
value to assign to this custom field
Browse files Browse the repository at this point in the history
  • Loading branch information
swbradshaw committed Oct 10, 2023
1 parent 28a27de commit 2824103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/r/event_orchestration_global.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The following arguments are supported:
* `annotate` - (Optional) Add this text as a note on the resulting incident.
* `incident_custom_field_update` - (Optional) Assign a custom field to the resulting incident.
* `id` - (Required) The custom field id
* `value` - (Required) The value to assign this custom field
* `value` - (Required) The value to assign to this custom field
* `automation_action` - (Optional) Create a [Webhook](https://support.pagerduty.com/docs/event-orchestration#webhooks) associated with the resulting incident.
* `name` - (Required) Name of this Webhook.
* `url` - (Required) The API endpoint where PagerDuty's servers will send the webhook request.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/event_orchestration_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ The following arguments are supported:
* `annotate` - (Optional) Add this text as a note on the resulting incident.
* `incident_custom_field_update` - (Optional) Assign a custom field to the resulting incident.
* `id` - (Required) The custom field id
* `value` - (Required) The value to assign this custom field
* `value` - (Required) The value to assign to this custom field
* `pagerduty_automation_action` - (Optional) Configure a [Process Automation](https://support.pagerduty.com/docs/event-orchestration#process-automation) associated with the resulting incident.
* `action_id` - (Required) Id of the Process Automation action to be triggered.
* `automation_action` - (Optional) Create a [Webhook](https://support.pagerduty.com/docs/event-orchestration#webhooks) associated with the resulting incident.
Expand Down

0 comments on commit 2824103

Please sign in to comment.