From 852fb8319fa6fc7a436441ab7b825fb86128073f Mon Sep 17 00:00:00 2001 From: VijayKesharwani <122533719+VijayKesharwani@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:18:19 +0530 Subject: [PATCH] Update qod-api.yaml --- code/API_definitions/qod-api.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/code/API_definitions/qod-api.yaml b/code/API_definitions/qod-api.yaml index 6cafcc6f22..d4e47ef33a 100644 --- a/code/API_definitions/qod-api.yaml +++ b/code/API_definitions/qod-api.yaml @@ -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 @@ -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