From 5b07d863abe2da2419d208537d2040d1fabe4ef1 Mon Sep 17 00:00:00 2001 From: David May <49894298+wass3rw3rk@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:42:32 -0500 Subject: [PATCH] docs(api): fix badge swagger annotation (#1198) --- api/badge.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/badge.go b/api/badge.go index 9aed49600..37ffeb694 100644 --- a/api/badge.go +++ b/api/badge.go @@ -32,6 +32,10 @@ import ( // description: Name of the repository // required: true // type: string +// - in: query +// name: branch +// description: Name of the branch +// type: string // responses: // '200': // description: Successfully retrieved the build status badge