2019-10-07 10:32:36 +11:00
|
|
|
<?php
|
2020-10-10 23:07:52 +11:00
|
|
|
/**
|
2019-10-07 10:32:36 +11:00
|
|
|
* @OA\Schema(
|
|
|
|
|
* schema="GroupSetting",
|
|
|
|
|
* type="object",
|
2022-08-12 22:35:30 +10: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 10:32:36 +11:00
|
|
|
* )
|
2019-12-31 08:59:12 +11:00
|
|
|
*/
|