Skip to content

Commit

Permalink
add documentation for base_url
Browse files Browse the repository at this point in the history
  • Loading branch information
jrauschenbusch committed Jun 10, 2020
1 parent cedcffe commit 123da0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/eventgrid_event_subscription.html.markdown
Expand Up @@ -127,6 +127,8 @@ A `webhook_endpoint` supports the following:

* `url` - (Required) Specifies the url of the webhook where the Event Subscription will receive events.

* `base_url` - (Computed) The base url of the webhook where the Event Subscription will receive events.

* `max_events_per_batch` - (Optional) Maximum number of events per batch.

* `preferred_batch_size_in_kilobytes` - (Optional) Preferred batch size in Kilobytes.
Expand Down

0 comments on commit 123da0c

Please sign in to comment.