Browse Source

v1.1

master
Nicolas Massé 7 years ago
parent
commit
785ff7b3ab
  1. 10
      openapi-spec.yaml

10
openapi-spec.yaml

@ -4,7 +4,7 @@ info:
title: RHTE API title: RHTE API
description: RHTE API v1.0 - An API that gives information about the Red Hat Tech description: RHTE API v1.0 - An API that gives information about the Red Hat Tech
Exchange Exchange
version: 1.0.0 version: 1.1.0
paths: paths:
/location: /location:
get: get:
@ -22,6 +22,14 @@ 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

Loading…
Cancel
Save