Skip to content

Commit

Permalink
Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioMoggio authored Jan 31, 2024
1 parent 436507e commit 80eccf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/API_definitions/Traffic Influence/Traffic_Influence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ paths:
tags:
- Traffic Influence API POST Operation
summary: Creates a new TrafficInfluence resource
description: Gets in input an object containing the intents from the API Consumer and creates a TrafficInfluence resourse accordingly. The trafficInfluenceID parameter, that is part of the object, must not be valorized when creating a new resource. For this reason the trafficInfluenceID parameter must be avoided in the object, anyway it will be ignored by the API Producer. It is automatically generated by the system and returned in the response.
description: Takes as input an object containing the intents from the API Consumer and creates a TrafficInfluence resourse accordingly. The trafficInfluenceID parameter, that is part of the object, must not be valorized when creating a new resource. For this reason the trafficInfluenceID parameter must be avoided in the object, anyway it will be ignored by the API Producer. It is automatically generated by the system and returned in the response.
operationId: PostTrafficInfluence
requestBody:
description: Describes the request body
Expand Down Expand Up @@ -607,4 +607,4 @@ components:
$ref: "#/components/schemas/ErrorInfo"
example:
code: SERVICE_UNAVALIBLE
message: "Service unavailable"
message: "Service unavailable"

0 comments on commit 80eccf2

Please sign in to comment.