Fix Task schema error, currently preventing client generation

pull/13973/head
Brandon Farmer 2019-05-20 10:19:11 -07:00
parent 6c11be0304
commit ba148f3461
1 changed files with 1 additions and 1 deletions

View File

@ -5861,7 +5861,7 @@ components:
description: The name of the task.
type: string
description:
descripton: An optional description of the task.
description: An optional description of the task.
type: string
status:
description: The current status of the task. When updated to 'inactive', cancels all queued jobs of this task.