|
|
@ -1,9 +1,10 @@ |
|
|
--- |
|
|
--- |
|
|
swagger: '2.0' |
|
|
swagger: "2.0" |
|
|
info: |
|
|
info: |
|
|
title: Red Hat Event API |
|
|
title: Red Hat Event API |
|
|
description: Red Hat Event API v1.0 - An API that gives information about the Red Hat Event |
|
|
description: Red Hat Event API v1.0 - An API that gives information about the Red |
|
|
version: 1.0.0 |
|
|
Hat Event |
|
|
|
|
|
version: 1.1.0 |
|
|
paths: |
|
|
paths: |
|
|
/location: |
|
|
/location: |
|
|
get: |
|
|
get: |
|
|
@ -21,6 +22,14 @@ paths: |
|
|
responses: |
|
|
responses: |
|
|
200: |
|
|
200: |
|
|
description: OK |
|
|
description: OK |
|
|
|
|
|
/participants: |
|
|
|
|
|
get: |
|
|
|
|
|
summary: Get all participants |
|
|
|
|
|
description: Get all the participants |
|
|
|
|
|
operationId: GetParticipants |
|
|
|
|
|
responses: |
|
|
|
|
|
200: |
|
|
|
|
|
description: OK |
|
|
securityDefinitions: |
|
|
securityDefinitions: |
|
|
apikey: |
|
|
apikey: |
|
|
type: apiKey |
|
|
type: apiKey |
|
|
|