webhhoks: Rename stream->channel in bitbucket doc.

This commit is contained in:
Mateusz Mandera 2024-05-05 22:32:19 +02:00 committed by Tim Abbott
parent 5c9f3cd08c
commit 1267e10094
1 changed files with 6 additions and 6 deletions

View File

@ -4,9 +4,9 @@ webhooks used by Bitbucket Enterprise.
{!create-channel.md!}
The integration will use the default stream `commits` if no
stream is supplied in the hook; you still need to create the
stream even if you are using this default.
The integration will use the default channel `commits` if no
channel is supplied in the hook; you still need to create the
channel even if you are using this default.
Next, from your repository's web page, go to the **Administration**
page and choose **Hooks** on the left-hand side. Choose the **POST**
@ -16,9 +16,9 @@ hook from the list presented and click **Add hook**.
{!git-append-branches.md!}
By default, notifications are sent to the `commits` stream. To
send notifications to a different stream, append
`?stream=stream_name` to the URL.
By default, notifications are sent to the `commits` channel. To
send notifications to a different channel, append
`?stream=channel_name` to the URL.
{!congrats.md!}