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

13 lines
660 B
PHP
Raw Normal View History

2019-10-07 01:32:36 +02:00
<?php
2020-10-10 14:07:52 +02:00
/**
2019-10-07 01:32:36 +02:00
* @OA\Schema(
* schema="GroupSetting",
* type="object",
2022-08-12 14:35:30 +02:00
* @OA\Property(property="id", type="string", example="Opnel5aKBz", description="The group setting hashed id"),
* @OA\Property(property="user_id", type="string", example="Opnel5aKBz", description="The user hashed id"),
* @OA\Property(property="company_id", type="string", example="Opnel5aKBz", description="The company hashed id"),
* @OA\Property(property="name", type="string", example="A groupies group", description="The name of the group"),
* @OA\Property(property="settings", type="object", example="", description="The settings object"),
2019-10-07 01:32:36 +02:00
* )
*/