invoiceninja/app/Http/Controllers/OpenAPI/AccountSchema.php

9 lines
186 B
PHP
Raw Normal View History

2019-10-06 22:27:56 +11:00
<?php
2020-10-10 23:07:52 +11:00
/**
2019-10-06 22:27:56 +11:00
* @OA\Schema(
* schema="Account",
* type="object",
* @OA\Property(property="id", type="string", example="AS3df3A", description="The account hashed id"),
* )
*/