Skip to content

Commit 611e6f1

Browse files
authored
fix: copy (#810)
1 parent 8ff9538 commit 611e6f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/prompt_engineering/how_to_guides/trigger_webhook.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ The sample payload is a JSON object with the following fields:
3636

3737
## Trigger the webhook
3838

39-
Commit to a prompt to trigger the webhooks you've configured.
39+
Commit to a prompt to trigger the webhook you've configured.
4040

4141
### Using the Playground
4242

43-
If you do this in the Playground, you'll be prompted to deselect any webhooks you'd like to avoid triggering.
43+
If you do this in the Playground, you'll be prompted to deselect the webhooks you'd like to avoid triggering.
4444

4545
![](./static/commit_prompt_playground.png)
4646

4747
### Using the API
4848

49-
If you commit via the API, you can specify to skip triggering all webhooks by setting the `skip_webhooks` parameter to `true` or to specify specific webhooks to trigger by setting the `ignore_webhook_ids` parameter to a list of webhook ids.
49+
If you commit via the API, you can specify to skip triggering the webhook by setting the `skip_webhooks` parameter to `true` or to an array of webhook ids to ignore.
5050
See API docs [here](https://api.smith.langchain.com/redoc#tag/commits/operation/create_commit_api_v1_commits__owner___repo__post) for more information.

0 commit comments

Comments
 (0)