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

12 lines
175 B
PHP

<?php
/**
* @OA\Schema(
* schema="BulkAction",
* type="array",
* @OA\Items(
* type="integer",
* example="[0,1,2,3,]"
* ),
* )
*/