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"), * * ) */