Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb526d4c

Browse files
committed
feat: add Project Board Option types to swagger generation
Add CreateProjectOption, EditProjectOption, CreateProjectColumnOption,EditProjectColumnOption, and AddIssueToProjectColumnOption to theswaggerParameterBodies struct to force go-swagger to generate theirdefinitions in the API specification.
1 parente6f630a commitb526d4c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎routers/api/v1/swagger/options.go‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,17 @@ type swaggerParameterBodies struct {
225225

226226
// in:body
227227
LockIssueOption api.LockIssueOption
228+
229+
// in:body
230+
CreateProjectOption api.CreateProjectOption
231+
// in:body
232+
EditProjectOption api.EditProjectOption
233+
234+
// in:body
235+
CreateProjectColumnOption api.CreateProjectColumnOption
236+
// in:body
237+
EditProjectColumnOption api.EditProjectColumnOption
238+
239+
// in:body
240+
AddIssueToProjectColumnOption api.AddIssueToProjectColumnOption
228241
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp