Skip to content

Commit

Permalink
fix: bp trigger swag (#6657) (#6658)
Browse files Browse the repository at this point in the history
* fix: bp trigger swag

* fix: bp trigger swag

Co-authored-by: abeizn <zikuan.an@merico.dev>
  • Loading branch information
github-actions[bot] and abeizn committed Dec 18, 2023
1 parent 5fea9a2 commit 5416f88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/server/api/blueprints/blueprints.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ func Patch(c *gin.Context) {
// @Tags framework/blueprints
// @Accept application/json
// @Param blueprintId path string true "blueprintId"
// @Param skipCollectors body bool false "skipCollectors"
// @Param fullSync body bool false "fullSync"
// @Param skipCollectors body models.SyncPolicy false "json"
// @Success 200 {object} models.Pipeline
// @Failure 400 {object} shared.ApiBody "Bad Request"
// @Failure 500 {object} shared.ApiBody "Internal Error"
Expand Down

0 comments on commit 5416f88

Please sign in to comment.