feat(api): surface ServiceID in update results for swarm jobs

This commit is contained in:
2026-07-04 20:22:30 +02:00
parent 34865c9fd0
commit f92f8ac6b1
3 changed files with 50 additions and 0 deletions
+1
View File
@@ -86,6 +86,7 @@ func (h *Handlers) Update(w http.ResponseWriter, r *http.Request) {
Project: res.Job.Project,
Service: res.Job.Service,
ComposeFile: composeFile,
ServiceID: res.Job.ServiceID,
Status: string(res.Status),
Error: res.Error,
DurationMs: res.DurationMs,