From d3fc95802bc68fdeaa74a19476c491ceef9530e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 20:44:27 -0700 Subject: [PATCH] Regenerate Swagger code dfa4233f (#45) Co-authored-by: FireHydrant Bot <44629778+firehydrant-ops@users.noreply.github.com> --- models/runbooks_execution_entity.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/models/runbooks_execution_entity.go b/models/runbooks_execution_entity.go index 5d412d0..5540c61 100644 --- a/models/runbooks_execution_entity.go +++ b/models/runbooks_execution_entity.go @@ -32,12 +32,12 @@ type RunbooksExecutionEntity struct { // id ID string `json:"id,omitempty"` - // is closed - IsClosed bool `json:"is_closed,omitempty"` - // runbook Runbook *SlimRunbookEntity `json:"runbook,omitempty"` + // status + Status string `json:"status,omitempty"` + // steps Steps *RunbooksExecutionStepEntity `json:"steps,omitempty"`