Browse Source

V1.1

master
Nicolas Massé 7 years ago
parent
commit
d9ff3ff9bb
  1. 15
      openapi-spec.yaml

15
openapi-spec.yaml

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

Loading…
Cancel
Save