Skip to content

Commit

Permalink
fix: swagger headers
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Nov 1, 2023
1 parent 119f039 commit 1099f74
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion api/build/graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,17 @@ const (
// '200':
// description: Successfully retrieved graph for the build
// schema:
// type: array
// type: json
// items:
// "$ref": "#/definitions/Graph"
// '401':
// description: Unable to retrieve graph for the build — unauthorized
// schema:
// "$ref": "#/definitions/Error"
// '404':
// description: Unable to retrieve graph for the build — not found
// schema:
// "$ref": "#/definitions/Error"
// '500':
// description: Unable to retrieve graph for the build
// schema:
Expand Down

0 comments on commit 1099f74

Please sign in to comment.