Skip to content

Commit

Permalink
Fix QoD version error
Browse files Browse the repository at this point in the history
  • Loading branch information
diegotid committed Oct 18, 2024
1 parent 6d84777 commit 6fd9e7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rdme-guides-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi catalog/qod/qod_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=6712901afdbaf3005c181bde
rdme: openapi catalog/qod/qod_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=67129c6a5647e60059b6e34f

- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi catalog/knowyourcustomer/kyc_match_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=671290327d0d8c0045b63f09
rdme: openapi catalog/knowyourcustomer/kyc_match_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=67129ca600431a0019dddf96
8 changes: 3 additions & 5 deletions catalog/qod/qod_openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
openapi: 3.0.3
info:
title: Quality on Demand
description: Service Enabling Network Function API for QoS control
description: |
Service Enabling Network Function API for QoS control
version: 0.8.1
termsOfService: http://swagger.io/terms/
contact:
name: Telefónica Open Gateway DevRel
Expand All @@ -10,10 +12,6 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.8.1
externalDocs:
description: Product documentation at Camara
url: https://github.com/camaraproject/
servers:
- url: "{host}/qod/{version}"
variables:
Expand Down

0 comments on commit 6fd9e7f

Please sign in to comment.