fix: Fixed openapi doc
Chart Release / chart (push) Successful in 14s
Server Deploy / deploy (push) Canceled after 2m8s

This commit is contained in:
2026-09-09 08:46:25 +00:00
parent a2351c75dd
commit 9d7c4b72aa
+47 -1
View File
@@ -315,6 +315,52 @@
},
"type": "object"
},
"api.RunResponse": {
"properties": {
"finished_at": {
"type": "string"
},
"instance_id": {
"type": "string"
},
"name": {
"type": "string"
},
"run_id": {
"type": "string"
},
"server_runs": {
"items": {
"$ref": "#/components/schemas/models.ServerRun"
},
"type": "array",
"uniqueItems": false
},
"servers_restricted": {
"type": "boolean"
},
"started_at": {
"type": "string"
},
"status": {
"type": "string"
},
"steps_snapshot": {
"items": {
"$ref": "#/components/schemas/models.ResolvedStep"
},
"type": "array",
"uniqueItems": false
},
"triggered_by": {
"type": "string"
},
"workflow_id": {
"type": "string"
}
},
"type": "object"
},
"api.RunWorkflowResponse": {
"properties": {
"run_id": {
@@ -4973,7 +5019,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/models.WorkflowRun"
"$ref": "#/components/schemas/api.RunResponse"
}
}
},