Browse Source

update specs

pull/1/head
Nicolas Massé 7 years ago
parent
commit
25daa82b4c
  1. 4
      backup/openapi-spec-v1.0.yaml
  2. 4
      backup/openapi-spec-v1.1.yaml
  3. 4
      backup/openapi-spec-v2.0.yaml
  4. 14
      openapi-spec.yaml

4
backup/openapi-spec-v1.0.yaml

@ -1,8 +1,8 @@
---
swagger: '2.0'
info:
title: RHTE API v1.0
description: An API that gives information about the Red Hat Tech Exchange.
title: RHTE API
description: RHTE API v1.0 - An API that gives information about the Red Hat Tech Exchange
version: 1.0.0
paths:
/location:

4
backup/openapi-spec-v1.1.yaml

@ -1,8 +1,8 @@
---
swagger: '2.0'
info:
title: RHTE API v1.1
description: An API that gives information about the Red Hat Tech Exchange.
title: RHTE API
description: RHTE API v1.1 - An API that gives information about the Red Hat Tech Exchange
version: 1.1.0
paths:
/location:

4
backup/openapi-spec-v2.0.yaml

@ -1,8 +1,8 @@
---
swagger: '2.0'
info:
title: RHTE API v2.0
description: An API that gives information about the Red Hat Tech Exchange.
title: RHTE API with OpenID Connect
description: RHTE API v2.0 - An API that gives information about the Red Hat Tech Exchange
version: 2.0.0
paths:
/location:

14
openapi-spec.yaml

@ -1,9 +1,9 @@
---
swagger: 2.0
swagger: '2.0'
info:
title: RHTE API
description: 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:
@ -21,14 +21,6 @@ paths:
responses:
200:
description: OK
/participants:
get:
summary: Get Next RHTE Participants
description: Get the participants of the next RedHat Tech Exchange
operationId: GetParticipants
responses:
200:
description: OK
securityDefinitions:
apikey:
type: apiKey

Loading…
Cancel
Save