Browse Source

back to v1

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

14
openapi-spec.yaml

@ -1,10 +1,9 @@
---
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.1.0
description: RHTE API v1.0 - An API that gives information about the Red Hat Tech Exchange
version: 1.0.0
paths:
/location:
get:
@ -22,13 +21,6 @@ paths:
responses:
200:
description: OK
/participants:
get:
summary: GetParticipants
description: Get all participants
responses:
200:
description: OK
securityDefinitions:
apikey:
type: apiKey

Loading…
Cancel
Save