commit
8683681f24
1 changed files with 23 additions and 0 deletions
@ -0,0 +1,23 @@ |
|||||
|
--- |
||||
|
swagger: 2.0 |
||||
|
info: |
||||
|
title: Summit API |
||||
|
description: An API that gives information about the Red Hat Summit. |
||||
|
version: 1.0.0 |
||||
|
paths: |
||||
|
/location: |
||||
|
get: |
||||
|
summary: Get Next RH Summit Location |
||||
|
description: 'Get the location of the next RedHat Summit ' |
||||
|
operationId: GetLocation |
||||
|
responses: |
||||
|
200: |
||||
|
description: OK |
||||
|
securityDefinitions: |
||||
|
apikey: |
||||
|
type: apiKey |
||||
|
description: Use a 3scale API Key |
||||
|
name: api-key |
||||
|
in: header |
||||
|
security: |
||||
|
- apikey: [] |
||||
Loading…
Reference in new issue