Skip to content

Commit bb4d457

Browse files
Fixed HTML entities not rendering in webhook properties, closes #44
1 parent 890af83 commit bb4d457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/wp-api-v1/_webhooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can find the Webhooks interface going to "WooCommerce" > "Settings" > "API"
6161
| Attribute | Type | Description |
6262
|-----------------|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
6363
| `id` | integer | Unique identifier for the resource. <i class="label label-info">read-only</i> |
64-
| `name` | string | A friendly name for the webhook. Defaults is `Webhook created on &lt;date&gt;`. |
64+
| `name` | string | A friendly name for the webhook. Defaults is `Webhook created on <date>`. |
6565
| `status` | string | Webhook status. Default is `active`. Options `active` (delivers payload), `paused` (does not deliver), or `disabled` (does not deliver due delivery failures). |
6666
| `topic` | string | Webhook topic, e.g. `coupon.updated`. [See the complete list](#topics). <i class="label label-info">required</i> |
6767
| `resource` | string | Webhook resource, e.g. `coupon` <i class="label label-info">read-only</i> |

0 commit comments

Comments
 (0)