Skip to content

Commit

Permalink
Spec diff
Browse files Browse the repository at this point in the history
Signed-off-by: Simo Sorce <[email protected]>
  • Loading branch information
simo5 committed Jun 20, 2017
1 parent 91e3e3d commit 0c9451e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions api/swagger-spec/openshift-openapi-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -89772,11 +89772,20 @@
"type": "apiKey",
"name": "authorization",
"in": "header"
},
"Oauth2AccessToken": {
"type": "oauth2",
"flow": "accessCode",
"authorizationUrl": "https://127.0.0.1:8443/oauth/authorize",
"tokenUrl": "https://127.0.0.1:8443/oauth/token"
}
},
"security": [
{
"BearerToken": []
},
{
"Oauth2AccessToken": []
}
]
}

0 comments on commit 0c9451e

Please sign in to comment.