diff --git a/openapi/task_execution_service.openapi.yaml b/openapi/task_execution_service.openapi.yaml index 8cf520c..ad90afe 100644 --- a/openapi/task_execution_service.openapi.yaml +++ b/openapi/task_execution_service.openapi.yaml @@ -740,6 +740,12 @@ components: example: job-0012345 state: $ref: '#/components/schemas/tesState' + state_description: + type: string + description: |- + OPTIONAL. Additional information about the state of the task, + such as the reason the state is set to `QUEUED` or `INITIALIZING`. + example: "Pending available quota: low-priority vCPUs" name: type: string description: User-provided task name.