Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
more descriptive API spec
  • Loading branch information
ecrupper committed Feb 21, 2022
commit 3f2eb2c2c7cda546a40aec2f7439bafbc5f07e2f
4 changes: 2 additions & 2 deletions api/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,12 +409,12 @@ func skipEmptyBuild(p *pipeline.Build) string {
// default: 10
// - in: query
// name: before
// description: filter builds before a certain time
// description: filter builds created before a certain time
// type: integer
// default: 1
// - in: query
// name: after
// description: filter builds after a certain time
// description: filter builds created after a certain time
// type: integer
// default: 0
// security:
Expand Down