Skip to content

Commit

Permalink
Description
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioMoggio authored Apr 16, 2024
1 parent 0d5d6a2 commit 538851a
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions code/API_definitions/Traffic Influence/Traffic_Influence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ info:
A globally unique identifier associated with the application. This
identifier is provided during the application onboarding process.
To influence the traffic toward a specific Application. It is the Operator
Platform that detects the appropriate Application instance in the selected
Platform that detects the appropriate Application instance in the selected
"region" or "zone".\
\
**appInstanceId**
Expand Down Expand Up @@ -169,7 +169,7 @@ info:
clients access to the API functionality, as outlined in the document
[CAMARA-API-access-and-user-consent.md](https://github.com/camaraproject\
/IdentityAndConsentManagement/blob/main/documentation/CAMARA-API-access\
-and-user-consent.md).
-and-user-consent.md).
Which specific authorization flows are to be used will be determined during
onboarding process, happening between the API Client and the Telco Operator
exposing the API, taking into account the declared purpose for accessing the
Expand Down Expand Up @@ -259,16 +259,12 @@ paths:
tags:
- Traffic Influence API read
summary: Retries existing TrafficInfluence Resources
description:
>
Reads all of the active TrafficInfluence resources owned by
description: Reads all of the active TrafficInfluence resources owned by
the same API Consumer
operationId: getTrafficInfluence
responses:
'200':
description:
>
Returns the information about existing TrafficInfluence
description: Returns the information about existing TrafficInfluence
resources.
headers:
x-correlator:
Expand All @@ -289,7 +285,6 @@ paths:
$ref: "#/components/responses/Generic503"
'504':
$ref: "#/components/responses/BackendConnTimeout"

post:
tags:
- Traffic Influence API write
Expand Down

0 comments on commit 538851a

Please sign in to comment.