Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Alino committed Aug 31, 2018
2 parents 9c7607d + 81dc882 commit 835a45a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/swaggerhub/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"name" : "Webhook"
} ],
"schemes" : [ "http" ],
"security" : [ {
"bearerAuth" : [ ]
} ],
"paths" : {
"/jobs" : {
"get" : {
Expand Down Expand Up @@ -846,6 +849,13 @@
}
}
},
"securityDefinitions" : {
"bearerAuth" : {
"type" : "apiKey",
"name" : "Authorization",
"in" : "header"
}
},
"definitions" : {
"job" : {
"required" : [ "submitter" ],
Expand Down

0 comments on commit 835a45a

Please sign in to comment.