Skip to content

Commit 2fda200

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

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,4 @@ 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
60-
61-
- name: Run `openapi` command 🚀
62-
uses: readmeio/rdme@v8
63-
with:
64-
rdme: openapi catalog/knowyourcustomer/kyc_match_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=671290327d0d8c0045b63f09
59+
rdme: openapi catalog/knowyourcustomer/kyc_match_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=671298e8a9f811001f195f15

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)