From 64e42226f73f2bd62cfc9881a5803f125c3e1032 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Mon, 24 Apr 2023 14:41:27 +0300 Subject: doc: fix demo download uuid from path to query --- docs/docs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/docs.go') diff --git a/docs/docs.go b/docs/docs.go index f37cda2..b708f2b 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -37,7 +37,7 @@ const docTemplate = `{ "type": "integer", "description": "Demo UUID", "name": "uuid", - "in": "path", + "in": "query", "required": true } ], -- cgit v1.2.3