From 3489e36a71b08fca365591243cb719fd04a5755b Mon Sep 17 00:00:00 2001 From: Nikola Cirkovic Date: Mon, 23 May 2022 02:31:37 +0200 Subject: [PATCH] INA-5 | fix params --- app/Http/Controllers/OpenAPI/TaskSchedulerSchema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/OpenAPI/TaskSchedulerSchema.php b/app/Http/Controllers/OpenAPI/TaskSchedulerSchema.php index 59f6c999a8b4..cdb90e01cb1c 100644 --- a/app/Http/Controllers/OpenAPI/TaskSchedulerSchema.php +++ b/app/Http/Controllers/OpenAPI/TaskSchedulerSchema.php @@ -44,7 +44,7 @@ * @OA\Schema( * schema="UpdateJobForASchedulerSchema", * type="object", - * @OA\Property(property="action_name",type="string",example="create_client_report",description="Set action name, action names can be found in ScheduledJob Model"), + * @OA\Property(property="job",type="string",example="create_client_report",description="Set action name, action names can be found in ScheduledJob Model"), * * ) */