INA-5 | fix params

This commit is contained in:
Nikola Cirkovic 2022-05-23 02:31:37 +02:00
parent fd028102bd
commit 3489e36a71

View File

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