Skip to content

Commit 1a3f607

Browse files
authored
Fix bad API example. (#16147)
1 parent 4d97ffb commit 1a3f607

File tree

1 file changed

+1
-1
lines changed
  • content/docs/pulumi-cloud/reference/webhooks

1 file changed

+1
-1
lines changed

content/docs/pulumi-cloud/reference/webhooks/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ curl \
219219
-H "Content-Type: application/json" \
220220
-H "Authorization: token $PULUMI_ACCESS_TOKEN" \
221221
--request DELETE \
222-
https://api.stacks/{organization}/{project}/{stack}/hooks/{webhookname}
222+
https://api.pulumi.com/api/{organization}/{project}/{stack}/hooks/{webhookname}
223223
```
224224

225225
## Ping Webhook

0 commit comments

Comments
 (0)