Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/API_definitions/traffic-influence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: getAllTrafficInfluences
responses:
'200':
description: Returns the information about existing TrafficInfluence
Expand Down Expand Up @@ -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:
Expand Down