1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00
invoiceninja/app/Http/Controllers/OpenAPI/WebhookSchema.php
2020-10-10 23:07:52 +11:00

12 lines
522 B
PHP

<?php
/**
* @OA\Schema(
* schema="Webhook",
* type="object",
* @OA\Property(property="id", type="string", example="AS3df3A", description="The subscription hashed id"),
* @OA\Property(property="event_id", type="string", example="AS3df3A", description="The subscription event id"),
* @OA\Property(property="target_url", type="string", example="AS3df3A", description="The api endpoint"),
* @OA\Property(property="format", type="string", example="JSON", description="JSON or UBL"),
* )
*/