Skip to content

Commit

Permalink
Incorporating feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyLevensalor committed Aug 23, 2024
1 parent 442e0c3 commit 8cac219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/API_definitions/qos-profiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ paths:
"503":
$ref: "#/components/responses/Generic503"

/retrieve-qos-profile/{name}:
/retrieve-qos-profiles/{name}:
get:
tags:
- QoS Profiles
Expand All @@ -141,7 +141,7 @@ paths:
security:
- openId:
- qos-profiles:retrieve-qos-profiles
- qos-profiles:read
parameters:
- name: name
in: path
Expand Down

0 comments on commit 8cac219

Please sign in to comment.