Skip to content

Commit bb8492d

Browse files
committed
Add QoD v0.10
1 parent 1122e09 commit bb8492d

File tree

4 files changed

+984
-9
lines changed

4 files changed

+984
-9
lines changed

.github/workflows/rdme-guides-openapi.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run `guides` command 🚀
2121
uses: readmeio/rdme@v8
2222
with:
23-
rdme: guides . --key=${{ secrets.README_API_KEY }} --version=1.0
23+
rdme: guides . --key=${{ secrets.README_API_KEY }} --version=0
2424

2525
rdme-openapi:
2626
runs-on: ubuntu-latest
@@ -53,10 +53,15 @@ jobs:
5353
with:
5454
rdme: openapi catalog/devicestatus/devicestatus_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=66d7828a08fb2000497d3cfd
5555

56-
- name: Run `openapi` command 🚀
56+
- name: Run `openapi` command for QoD 0.8 🚀
57+
uses: readmeio/rdme@v8
58+
with:
59+
rdme: openapi catalog/qod/qod_08_openapi.yaml --version=0.8 --key=${{ secrets.README_API_KEY }} --id=680a6f24a4086b002a8a19b6
60+
61+
- name: Run `openapi` command for QoD 0.10 🚀
5762
uses: readmeio/rdme@v8
5863
with:
59-
rdme: openapi catalog/qod/qod_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=67129c6a5647e60059b6e34f
64+
rdme: openapi catalog/qod/qod_010_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680a6e63bf00a7002a3ceb1e
6065

6166
- name: Run `openapi` command 🚀
6267
uses: readmeio/rdme@v8

callflows/authorization/authorization_openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
openapi: 3.0.3
22
info:
33
title: OIDC Authorization
4-
version: "Core 1.0"
54
description: Check the [Authorization guide](/docs/authorization)
65
contact:
76
name: Telefónica Open Gateway DevRel
@@ -10,6 +9,9 @@ info:
109
license:
1110
name: Apache 2.0
1211
url: https://www.apache.org/licenses/LICENSE-2.0.html
12+
13+
version: 1.0.0
14+
1315
servers:
1416
- url: "{host}"
1517
variables:

0 commit comments

Comments
 (0)