From 79e201c9cd55f89286f903e2602682b698ee4aa4 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 15 Jul 2024 16:24:08 +0300 Subject: [PATCH] Added status_message to the TaskGraphLog definition --- openapi-v1.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openapi-v1.yaml b/openapi-v1.yaml index 8426dd4..a16c7fc 100644 --- a/openapi-v1.yaml +++ b/openapi-v1.yaml @@ -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.