summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMischaFrank <github@planetfrank.net>2022-06-27 11:42:36 +0200
committerMischaFrank <github@planetfrank.net>2022-06-27 11:42:36 +0200
commiteba0a01ea4cad7cb901da7d2528c71a736605327 (patch)
treea29d7583d4ee0f159584c3c065deafbda48d579c
parent27f19f99cb3566c479db4656a230d0f5b7362083 (diff)
docs: minor fixes and additions
-rw-r--r--website/docs/r/serviceendpoint_incomingwebhook.html.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/website/docs/r/serviceendpoint_incomingwebhook.html.markdown b/website/docs/r/serviceendpoint_incomingwebhook.html.markdown
index a86b7dbe..a8745620 100644
--- a/website/docs/r/serviceendpoint_incomingwebhook.html.markdown
+++ b/website/docs/r/serviceendpoint_incomingwebhook.html.markdown
@@ -7,7 +7,7 @@ description: |-
# azuredevops_serviceendpoint_incomingwebhook
-Manages a Service Connection Incoming WebHook.
+Manages an Incoming WebHook service endpoint within Azure DevOps, which can be used as a resource in YAML pipelines to subscribe to a webhook event.
## Example Usage
@@ -35,8 +35,8 @@ resource "azuredevops_serviceendpoint_incomingwebhook" "example" {
The following arguments are supported:
* `project_id` - (Required) The ID of the project. Changing this forces a new Service Connection Incoming WebHook to be created.
-* `webhook_name` - (Required) The name of the webhook.
-* `secret` - (Optional) Secret for the webhook. WebHook service will use this secret to calculate the payload checksum.
+* `webhook_name` - (Required) The name of the WebHook.
+* `secret` - (Optional) Secret for the WebHook. WebHook service will use this secret to calculate the payload checksum.
* `http_header` - (Optional) Http header name on which checksum will be sent.
* `service_endpoint_name` - (Required) The name of the service endpoint. Changing this forces a new Service Connection Incoming WebHook to be created.
* `description` - (Optional) The Service Endpoint description. Defaults to Managed by Terraform.