diff --git a/code/API_definitions/Traffic Influence/Traffic_Influence.yaml b/code/API_definitions/Traffic Influence/Traffic_Influence.yaml index 29d5b226..fd0fb9fe 100644 --- a/code/API_definitions/Traffic Influence/Traffic_Influence.yaml +++ b/code/API_definitions/Traffic Influence/Traffic_Influence.yaml @@ -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 @@ -607,4 +607,4 @@ components: $ref: "#/components/schemas/ErrorInfo" example: code: SERVICE_UNAVALIBLE - message: "Service unavailable" + message: "Service unavailable" \ No newline at end of file