scheduledAtをISO8601で指定できるように
Signed-off-by: mattyatea <mattyacocacora0@gmail.com>
This commit is contained in:
parent
271c872c97
commit
380c8c3283
3 changed files with 3 additions and 7 deletions
|
|
@ -202,7 +202,7 @@ export const paramDef = {
|
|||
type: 'object',
|
||||
nullable: true,
|
||||
properties: {
|
||||
scheduledAt: { type: 'integer', nullable: false },
|
||||
scheduledAt: { type: 'string', nullable: false },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue