Add support for schedules
All checks were successful
Backend Build and Test / build (push) Successful in 6m55s
All checks were successful
Backend Build and Test / build (push) Successful in 6m55s
This commit is contained in:
@@ -422,7 +422,10 @@ components:
|
||||
description: The task name
|
||||
reward:
|
||||
type: integer
|
||||
description: The task reward, in cents
|
||||
description: The task reward
|
||||
schedule:
|
||||
type: string
|
||||
description: The schedule of the task, in cron format
|
||||
assigned:
|
||||
type: integer
|
||||
description: The user ID of the user assigned to the task
|
||||
|
||||
Reference in New Issue
Block a user