Skip to content

Commit 6fd9e7f

Browse files
committed
Fix QoD version error
1 parent 6d84777 commit 6fd9e7f

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
- name: Run `openapi` command 🚀
5757
uses: readmeio/rdme@v8
5858
with:
59-
rdme: openapi catalog/qod/qod_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=6712901afdbaf3005c181bde
59+
rdme: openapi catalog/qod/qod_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=67129c6a5647e60059b6e34f
6060

6161
- name: Run `openapi` command 🚀
6262
uses: readmeio/rdme@v8
6363
with:
64-
rdme: openapi catalog/knowyourcustomer/kyc_match_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=671290327d0d8c0045b63f09
64+
rdme: openapi catalog/knowyourcustomer/kyc_match_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=67129ca600431a0019dddf96

catalog/qod/qod_openapi.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
openapi: 3.0.3
22
info:
33
title: Quality on Demand
4-
description: Service Enabling Network Function API for QoS control
4+
description: |
5+
Service Enabling Network Function API for QoS control
6+
version: 0.8.1
57
termsOfService: http://swagger.io/terms/
68
contact:
79
name: Telefónica Open Gateway DevRel
@@ -10,10 +12,6 @@ info:
1012
license:
1113
name: Apache 2.0
1214
url: https://www.apache.org/licenses/LICENSE-2.0.html
13-
version: 0.8.1
14-
externalDocs:
15-
description: Product documentation at Camara
16-
url: https://github.com/camaraproject/
1715
servers:
1816
- url: "{host}/qod/{version}"
1917
variables:

0 commit comments

Comments
 (0)