Skip to content

Commit

Permalink
Added status_message to the TaskGraphLog definition
Browse files Browse the repository at this point in the history
  • Loading branch information
alekshs committed Jul 15, 2024
1 parent 5d74a2a commit 79e201c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3946,6 +3946,10 @@ definitions:
description: The UUID of the task graph.
region:
$ref: "#/definitions/CloudRegion"
status_message:
type: string
description: A system message providing more info about a potential status change
x-nullable: true

TaskGraphNodeMetadata:
description: Metadata about an individual node in a task graph.
Expand Down

0 comments on commit 79e201c

Please sign in to comment.