We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6524d11 commit f338312Copy full SHA for f338312
source/includes/wp-api-v3/_webhooks.md
@@ -390,12 +390,12 @@ This API lets you make changes to a webhook.
390
<div class="api-endpoint">
391
<div class="endpoint-data">
392
<i class="label label-put">PUT</i>
393
- <h6>/wp-json/wc/v3/webhook/<id></h6>
+ <h6>/wp-json/wc/v3/webhooks/<id></h6>
394
</div>
395
396
397
```shell
398
-curl -X PUT https://example.com/wp-json/wc/v3/webhook/142 \
+curl -X PUT https://example.com/wp-json/wc/v3/webhooks/142 \
399
-u consumer_key:consumer_secret \
400
-H "Content-Type: application/json" \
401
-d '{
0 commit comments