Skip to content

Commit

Permalink
parameter naming changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rafpas-tim authored Dec 1, 2022
1 parent d3edc78 commit aeeb794
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions code/API_definitions/Traffic_Influence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,14 @@ paths:
callbacks:
onTrafficInfluenceChanged:
$ref: "#/components/callbacks/onTrafficInfluenceChanged"
/traffic-influences/{TIResource_id}:
/traffic-influences/{trafficInfluenceID}:
parameters:
- name: TIResource_id
- name: trafficInfluenceID
in: path
description: Identifier of the specific TrafficInfluence resource to be retrieved, modified or deleted. It is the value used to fill trafficInfluenceID parameter
required: true
schema:
type: string
$ref: '#/components/schemas/types_trafficInfluenceID'

get:
summary: read a specific TrafficInfluence resource identified by the TIResource_id value
Expand Down Expand Up @@ -392,6 +392,11 @@ components:
#######################################################
# TYPES
#######################################################
types_trafficInfluenceID:
description: |
Identifier for the Traffic Influence resource. This parameter is returned by the API and must be used to update it (e.g., adding new users or deleting it) passing it as TIResource_id value in the API call.
type: string
additionalProperties: false
types_zone_Id:
description: |
Unique identifier representing a zone
Expand Down Expand Up @@ -548,4 +553,4 @@ components:
$ref: "#/components/schemas/ErrorInfo"
example:
code: SERVICE_UNAVALIBLE
message: "Service unavailable"
message: "Service unavailable"

0 comments on commit aeeb794

Please sign in to comment.