complete enum code for event and fix the ether code
This commit is contained in:
@@ -7,21 +7,10 @@ use Illuminate\Contracts\Validation\ValidationRule;
|
||||
use Illuminate\Foundation\Http\FormRequest;
|
||||
use Illuminate\Validation\Validator;
|
||||
|
||||
/**
|
||||
* @property mixed $call
|
||||
* @property mixed $category_id
|
||||
* @property mixed $subcategory_id
|
||||
* @OA\Schema(
|
||||
* * schema="UpdateCallDataRequest",
|
||||
* * title="Update Call Data",
|
||||
* * description="OperatorActivity",
|
||||
* * @OA\Property( property="category_id", type="integer", format="int64", title="category_id", description="category id of caller request"),
|
||||
* * @OA\Property( property="subcategory_id", type="integer", format="int64", title="subcategory_id", description="subcategory id of caller request"),
|
||||
* * @OA\Property( property="description", type="string", title="description", description="operator description"),
|
||||
* * ),
|
||||
*/
|
||||
class UpdateRequest extends FormRequest
|
||||
{
|
||||
private mixed $category_id;
|
||||
|
||||
/**
|
||||
* Determine if the user is authorized to make this request.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user