From 8f6f011eedba4d29318ab4a799110cd1c560ec81 Mon Sep 17 00:00:00 2001 From: "luca.morgese@tno.nl" Date: Tue, 7 May 2024 14:35:36 +0200 Subject: [PATCH] add right scheme to response --- routes/reporter/reporter_api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/reporter/reporter_api.go b/routes/reporter/reporter_api.go index dae2b626..314bf518 100644 --- a/routes/reporter/reporter_api.go +++ b/routes/reporter/reporter_api.go @@ -43,7 +43,7 @@ func (executionInformer *executionInformer) getExecutions(g *gin.Context) { // @Description return execution information // @Tags reporter // @Produce json -// @success 200 +// @success 200 {object} api.PlaybookExecutionReport // @error 400 // @Router /report/:id [GET] func (executionInformer *executionInformer) getExecutionReport(g *gin.Context) {