Corrected WebHook URI, we do not required {id} part for Bitbucket WebHook URI.
This commit is contained in:
Родитель
9f7a379d9b
Коммит
14841dfdd3
|
@ -9,7 +9,7 @@
|
|||
|
||||
<p>This sample illustrates how to wire up a Bitbucket WebHooks receiver. A sample WebHook URI is:</p>
|
||||
|
||||
<pre>https://<host>/api/webhooks/incoming/bitbucket/{id}?code=83699ec7c1d794c0c780e49a5c72972590571fd8</pre>
|
||||
<pre>https://<host>/api/webhooks/incoming/bitbucket?code=83699ec7c1d794c0c780e49a5c72972590571fd8</pre>
|
||||
|
||||
<p>
|
||||
For security reasons the WebHook URI must be an <c>https</c> URI and contain a 'code' query parameter with the
|
||||
|
|
Загрузка…
Ссылка в новой задаче