Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Update webhooks.phtml
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann authored May 17, 2022
1 parent 68acd23 commit a6985ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/docs/webhooks.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ $events = $this->getParam('events', []);
<td>The ID of the Webhook who triggered the event.</td>
</tr>
<tr>
<td>X-Appwrite-Webhook-Event</td>
<td>Name of the event that triggered this delivery.</td>
<td>X-Appwrite-Webhook-Events</td>
<td>Names of the events that triggered this delivery.</td>
</tr>
<tr>
<td>X-Appwrite-Webhook-Name</td>
Expand Down Expand Up @@ -92,4 +92,4 @@ $events = $this->getParam('events', []);
</tr>
<?php endforeach; ?>
</tbody>
</table>
</table>

0 comments on commit a6985ba

Please sign in to comment.