Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions docs/user/reference/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ components:
additionalProperties: false
description: Acknowledgement that a task has started, includes its ID
properties:
taskId:
task_id:
description: Unique identifier for the task
title: Taskid
title: Task Id
type: string
required:
- taskId
- task_id
title: TaskResponse
type: object
TrackableTask:
Expand All @@ -105,21 +105,21 @@ components:
type: string
title: Errors
type: array
isComplete:
is_complete:
default: false
title: Iscomplete
title: Is Complete
type: boolean
isPending:
is_pending:
default: true
title: Ispending
title: Is Pending
type: boolean
task:
title: Task
taskId:
title: Taskid
task_id:
title: Task Id
type: string
required:
- taskId
- task_id
title: TrackableTask
type: object
ValidationError:
Expand Down Expand Up @@ -162,9 +162,9 @@ components:
additionalProperties: false
description: Worker's active task ID, can be None
properties:
taskId:
task_id:
description: The ID of the current task, None if the worker is idle
title: Taskid
title: Task Id
type: string
title: WorkerTask
type: object
Expand Down