Browse Source

V1.1

pull/1/head
Nicolas Massé 7 years ago
parent
commit
9e1cf13a32
  1. 14
      openapi-spec.yaml

14
openapi-spec.yaml

@ -1,9 +1,10 @@
--- ---
swagger: '2.0' swagger: 2.0
info: info:
title: RHTE API title: RHTE API
description: RHTE API v1.0 - 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
version: 1.0.0 Exchange
version: 1.1.0
paths: paths:
/location: /location:
get: get:
@ -21,6 +22,13 @@ paths:
responses: responses:
200: 200:
description: OK description: OK
/participants:
get:
summary: GetParticipants
description: Get all participants
responses:
200:
description: OK
securityDefinitions: securityDefinitions:
apikey: apikey:
type: apiKey type: apiKey

Loading…
Cancel
Save