Skip to content

Commit

Permalink
Update qod-api.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
VijayKesharwani authored Mar 20, 2024
1 parent 0311316 commit 852fb83
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions code/API_definitions/qod-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,6 @@ tags:
description: Manage QoS Profiles
paths:
/sessions:
parameters:
- name: trafficInfluenceID
in: path
description: Identifier of the specific TrafficInfluence resource to be retrieved, modified or deleted. It is the value used to fill trafficInfluenceID parameter
required: true
schema:
type: string
post:
tags:
- QoS Sessions
Expand Down Expand Up @@ -259,6 +252,13 @@ paths:
- "qod-sessions-write"

/sessions/{sessionId}:
parameters:
- name: sessionId
in: path
description: Identifier of the specific TrafficInfluence resource to be retrieved, modified or deleted. It is the value used to fill trafficInfluenceID parameter
required: true
schema:
type: string
get:
tags:
- QoS Sessions
Expand Down

0 comments on commit 852fb83

Please sign in to comment.