Skip to content

Commit

Permalink
Fix QoD API Reference
Browse files Browse the repository at this point in the history
  • Loading branch information
diegotid committed Oct 18, 2024
1 parent cf3cc06 commit 6ed7955
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rdme-guides-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: readmeio/rdme@v8
with:
rdme: openapi catalog/qod/qod_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=66d7828a08fb2000497d3cfd

- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
Expand Down
8 changes: 4 additions & 4 deletions catalog/qod/qod_openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
title: QoD for enhanced communication
title: Quality on Demand
description: Service Enabling Network Function API for QoS control
termsOfService: http://swagger.io/terms/
contact:
Expand Down Expand Up @@ -28,7 +28,7 @@ paths:
post:
summary: QoD /sessions
tags:
- QoS sessions
- QoD sessions
security:
- three_legged:
- qod
Expand Down Expand Up @@ -122,7 +122,7 @@ paths:
get:
summary: QoD /sessions
tags:
- QoS sessions
- QoD sessions
security:
- three_legged:
- qod
Expand Down Expand Up @@ -161,7 +161,7 @@ paths:
delete:
summary: QoD /sessions
tags:
- QoS sessions
- QoD sessions
security:
- three_legged:
- qod
Expand Down

0 comments on commit 6ed7955

Please sign in to comment.