We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781b1cc commit 7103a2cCopy full SHA for 7103a2c
routers/api/v1/repo/project.go
@@ -78,7 +78,6 @@ func EditProject(ctx *context.APIContext) {
78
// "$ref": "#/responses/error"
79
// "404":
80
// "$ref": "#/responses/notFound"
81
-
82
}
83
84
// GetProject a single project for repository
@@ -164,7 +163,7 @@ func DeleteProject(ctx *context.APIContext) {
164
163
165
// Project Boards
166
167
-func CreateBoard(ctx *context.APIContext) {
+func CreateProjectBoard(ctx *context.APIContext) {
168
// swagger:operation POST /repos/{owner}/{repo}/projects/{projectId}/boards repository repoCreateProjectBoard
169
// ---
170
// summary: Create a board
0 commit comments