Skip to content

Commit a7aabc5

Browse files
Dinesh SalunkeDinesh Salunke
authored andcommitted
refactor: add the missing parameter bodies for project
1 parent b931054 commit a7aabc5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

routers/api/v1/swagger/options.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,10 @@ type swaggerParameterBodies struct {
205205

206206
// in:body
207207
UpdateVariableOption api.UpdateVariableOption
208+
209+
// in:body
210+
NewProjectPayload api.NewProjectPayload
211+
212+
// in:body
213+
UpdateProjectPayload api.UpdateProjectPayload
208214
}

templates/swagger/v1_json.tmpl

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)