mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
The "subdomain" label is redundant, to the extent it's even accurate -- this is really just the URL we want to display, which may or may not involve a subdomain. Similarly "external". The former `external_api_path_subdomain` was never a path -- it's a host, followed by a path, which together form a scheme-relative URL. I'm not quite convinced that value is actually the right thing in 2 of the 3 places we use it, but fixing that can start by giving an accurate name to the thing we have.
6 lines
259 B
Markdown
6 lines
259 B
Markdown
You can also limit the branches you receive notifications for by
|
|
specifying them in a comma-separated list at the end of the URL,
|
|
like so:
|
|
|
|
`{{ api_url }}{{ integration_url }}?api_key=abcdefgh&stream={{ recommended_stream_name }}&branches=master,development`
|