Missed a few web hook instances.
This commit is contained in:
parent
abc1a7b4d0
commit
0075ec465e
2 changed files with 3 additions and 3 deletions
|
@ -97,7 +97,7 @@ Email: my@email.com</pre>
|
|||
<h3>Using push webhooks <span class="label label-info">Requires Admin Access</span></h3>
|
||||
<div class="container">
|
||||
A repository can have one or more <b>push webhooks</b> setup, which will be invoked whenever <u>a successful push occurs</u>. Webhooks can be managed from the repository's admin interface.
|
||||
<br><br> A web hook will be invoked
|
||||
<br><br> A webhook will be invoked
|
||||
as an HTTP <b>POST</b> to the specified URL, with a JSON body describing the push:<br><br>
|
||||
<pre>
|
||||
{
|
||||
|
|
Reference in a new issue