1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 01:11:34 +02:00
invoiceninja/app/Http/Controllers/OpenAPI/WebhookSchema.php

12 lines
522 B
PHP
Raw Normal View History

<?php
2020-10-10 14:07:52 +02:00
/**
* @OA\Schema(
2020-07-07 12:56:28 +02:00
* 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"),
* )
*/