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!} {!create-channel.md!}
The integration will use the default stream `commits` if no The integration will use the default channel `commits` if no
stream is supplied in the hook; you still need to create the channel is supplied in the hook; you still need to create the
stream even if you are using this default. channel even if you are using this default.
Next, from your repository's web page, go to the **Administration** Next, from your repository's web page, go to the **Administration**
page and choose **Hooks** on the left-hand side. Choose the **POST** 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!} {!git-append-branches.md!}
By default, notifications are sent to the `commits` stream. To By default, notifications are sent to the `commits` channel. To
send notifications to a different stream, append send notifications to a different channel, append
`?stream=stream_name` to the URL. `?stream=channel_name` to the URL.
{!congrats.md!} {!congrats.md!}