mirror of https://github.com/zulip/zulip.git
webhhoks: Rename stream->channel in bitbucket doc.
This commit is contained in:
parent
5c9f3cd08c
commit
1267e10094
|
@ -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!}
|
||||
|
||||
|
|
Loading…
Reference in New Issue