Skip to content

Commit

Permalink
apis/builds: fixing builds api json spec
Browse files Browse the repository at this point in the history
  • Loading branch information
waggledans committed Aug 9, 2024
1 parent ceb8310 commit 9ef347e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apis/builds.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,17 +196,17 @@
"required": false
},
"buildStart": {
"description": "start",
"description": "start_time",
"in": "query",
"name": "name",
"name": "start_time",
"format": "date",
"type": "string",
"required": false
},
"buildEnd": {
"description": "end",
"description": "end_time",
"in": "query",
"name": "end",
"name": "end_time",
"format": "date",
"type": "string",
"required": false
Expand Down

0 comments on commit 9ef347e

Please sign in to comment.