Skip to content

Commit

Permalink
Fix Swagger generation
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Jul 21, 2023
1 parent 07675aa commit b97ccb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/project/request_model_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ func GetRequestPartialData(w http.ResponseWriter, r *http.Request, db *gorm.DB)
// @Produce text/text
// @Security ApiKeyAuth
// @Param guid path string true "Request GUID"
// @Param highlight query false true "Syntax Highlight Req/Resp"
// @Param highlight query bool true "Syntax Highlight Req/Resp"
// @Param max_highlight_length query int false "Maximum length of data to highlight (in bytes, default is 50KB)"
// @Success 200 {object} project.RequestResponseContents
// @Failure 500 {string} string Error
Expand Down

0 comments on commit b97ccb8

Please sign in to comment.