|
|
@ -3,7 +3,7 @@ swagger: 2.0 |
|
|
info: |
|
|
info: |
|
|
title: Summit API |
|
|
title: Summit API |
|
|
description: An API that gives information about the Red Hat Summit. |
|
|
description: An API that gives information about the Red Hat Summit. |
|
|
version: 1.1.0 |
|
|
version: 1.0.0 |
|
|
paths: |
|
|
paths: |
|
|
/location: |
|
|
/location: |
|
|
get: |
|
|
get: |
|
|
@ -21,14 +21,6 @@ paths: |
|
|
responses: |
|
|
responses: |
|
|
200: |
|
|
200: |
|
|
description: OK |
|
|
description: OK |
|
|
/participants: |
|
|
|
|
|
get: |
|
|
|
|
|
summary: Get Participants |
|
|
|
|
|
description: Get all participants |
|
|
|
|
|
operationId: GetParticipants |
|
|
|
|
|
responses: |
|
|
|
|
|
200: |
|
|
|
|
|
description: OK |
|
|
|
|
|
securityDefinitions: |
|
|
securityDefinitions: |
|
|
apikey: |
|
|
apikey: |
|
|
type: apiKey |
|
|
type: apiKey |
|
|
|