Update webhook samples

This commit is contained in:
jaypatel512 and sdcoffey
2016-09-20 16:56:50 -07:00
parent af4648bdfd
commit f49d83a3ce
2 changed files with 35 additions and 16 deletions

View File

@@ -1175,6 +1175,17 @@ if (PHP_SAPI == 'cli') {
</div>
</div>
</li>
<li class="list-group-item">
<div class="row">
<div class="col-md-8"><h5>Validate Webhook Event</h5></div>
<div class="col-md-4">
<a href="notifications/ValidateWebhookEvent.php" class="btn btn-primary pull-left execute"> Try It <i
class="fa fa-play-circle-o"></i></a>
<a href="doc/notifications/SearchWebhookEvents.html" class="btn btn-default pull-right">Source <i
class="fa fa-file-code-o"></i></a>
</div>
</div>
</li>
</ul>
</div>