|
|
@ -1,9 +1,9 @@ |
|
|
--- |
|
|
--- |
|
|
swagger: 2.0 |
|
|
swagger: '2.0' |
|
|
info: |
|
|
info: |
|
|
title: RHTE API |
|
|
title: RHTE API |
|
|
description: An API that gives information about the Red Hat Tech Exchange. |
|
|
description: RHTE API v1.0 - An API that gives information about the Red Hat Tech Exchange |
|
|
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 Next RHTE Participants |
|
|
|
|
|
description: Get the participants of the next RedHat Tech Exchange |
|
|
|
|
|
operationId: GetParticipants |
|
|
|
|
|
responses: |
|
|
|
|
|
200: |
|
|
|
|
|
description: OK |
|
|
|
|
|
securityDefinitions: |
|
|
securityDefinitions: |
|
|
apikey: |
|
|
apikey: |
|
|
type: apiKey |
|
|
type: apiKey |
|
|
|