diff --git a/source/includes/wp-api-v1/_webhooks.md b/source/includes/wp-api-v1/_webhooks.md index fb1b9ae9..38d6f785 100644 --- a/source/includes/wp-api-v1/_webhooks.md +++ b/source/includes/wp-api-v1/_webhooks.md @@ -61,7 +61,7 @@ You can find the Webhooks interface going to "WooCommerce" > "Settings" > "API" | Attribute | Type | Description | |-----------------|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `id` | integer | Unique identifier for the resource. read-only | -| `name` | string | A friendly name for the webhook. Defaults is `Webhook created on <date>`. | +| `name` | string | A friendly name for the webhook. Defaults is `Webhook created on [date]`. | | `status` | string | Webhook status. Default is `active`. Options `active` (delivers payload), `paused` (does not deliver), or `disabled` (does not deliver due delivery failures). | | `topic` | string | Webhook topic, e.g. `coupon.updated`. [See the complete list](#topics). required | | `resource` | string | Webhook resource, e.g. `coupon` read-only |