From de35b6d3de4cab09c2208c1ba264ba6e761148d7 Mon Sep 17 00:00:00 2001 From: Ali Iqbal Date: Fri, 17 Oct 2025 12:49:21 +0500 Subject: [PATCH 1/5] OperationID correction --- code/API_definitions/traffic-influence.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/API_definitions/traffic-influence.yaml b/code/API_definitions/traffic-influence.yaml index 040e87d..902af5f 100644 --- a/code/API_definitions/traffic-influence.yaml +++ b/code/API_definitions/traffic-influence.yaml @@ -376,7 +376,7 @@ paths: summary: Retries existing TrafficInfluence Resources description: Reads all of the active TrafficInfluence resources owned by the same API Consumer - operationId: getTrafficInfluence + operationId: getTrafficInfluences responses: '200': description: Returns the information about existing TrafficInfluence @@ -531,7 +531,7 @@ paths: description: Returns a specific TrafficInfluence resources owned by the same API Consumer. For privacy reasons, if a resource is related to a user, the parameter Device is not exchanged. - operationId: getAllTrafficInfluences + operationId: getTrafficInfluenceById parameters: - $ref: '#/components/parameters/x-correlator' security: @@ -1574,3 +1574,4 @@ components: status: 429 code: TOO_MANY_REQUESTS message: Either out of resource quota or reaching rate limiting. + From 064eb1572fd94c0c6468d7fc2c0c6596237908ef Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Tue, 28 Oct 2025 16:57:45 +0100 Subject: [PATCH 2/5] Update the OperationID for /traffic-influences the two operationIDs where reversed. Anyway the new name "getTrafficInfluenceById" is a good one. --- code/API_definitions/traffic-influence.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/API_definitions/traffic-influence.yaml b/code/API_definitions/traffic-influence.yaml index 902af5f..1a64356 100644 --- a/code/API_definitions/traffic-influence.yaml +++ b/code/API_definitions/traffic-influence.yaml @@ -376,7 +376,7 @@ paths: summary: Retries existing TrafficInfluence Resources description: Reads all of the active TrafficInfluence resources owned by the same API Consumer - operationId: getTrafficInfluences + operationId: getAllTrafficInfluences responses: '200': description: Returns the information about existing TrafficInfluence @@ -1575,3 +1575,4 @@ components: code: TOO_MANY_REQUESTS message: Either out of resource quota or reaching rate limiting. + From c22b514dd1836bc13b44867e9f301a2348ca8cf0 Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Wed, 29 Oct 2025 08:07:49 +0100 Subject: [PATCH 3/5] typo From fa927249a2516d5c747b44167bd4a73029d934bc Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Wed, 29 Oct 2025 08:16:29 +0100 Subject: [PATCH 4/5] typo From 7462c32c77f4a1b87d8737337c364636a680397e Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Wed, 29 Oct 2025 08:34:08 +0100 Subject: [PATCH 5/5] removed extra lines from the end of the file --- code/API_definitions/traffic-influence.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/API_definitions/traffic-influence.yaml b/code/API_definitions/traffic-influence.yaml index 1a64356..ed6c7c0 100644 --- a/code/API_definitions/traffic-influence.yaml +++ b/code/API_definitions/traffic-influence.yaml @@ -1574,5 +1574,3 @@ components: status: 429 code: TOO_MANY_REQUESTS message: Either out of resource quota or reaching rate limiting. - -