diff --git a/source/includes/wp-api-v3/_webhooks.md b/source/includes/wp-api-v3/_webhooks.md index a84d173..d7d33a1 100644 --- a/source/includes/wp-api-v3/_webhooks.md +++ b/source/includes/wp-api-v3/_webhooks.md @@ -390,12 +390,12 @@ This API lets you make changes to a webhook.
PUT -
/wp-json/wc/v3/webhook/<id>
+
/wp-json/wc/v3/webhooks/<id>
```shell -curl -X PUT https://example.com/wp-json/wc/v3/webhook/142 \ +curl -X PUT https://example.com/wp-json/wc/v3/webhooks/142 \ -u consumer_key:consumer_secret \ -H "Content-Type: application/json" \ -d '{