Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioMoggio authored Apr 17, 2024
1 parent ed030c4 commit 2a7577b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions code/API_definitions/Traffic Influence/Traffic_Influence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ servers:
default: http://localhost:9091
description: API root
basePath:
default: ti/v0
default: traffic-influence/v0
description: Base path for the Traffic Influence API
############################################################################
# Tags #
Expand All @@ -247,7 +247,7 @@ paths:
get:
security:
- openId:
- ti:traffic-influences:read
- 'traffic-influence:traffic-influences:read'
parameters:
- $ref: '#/components/parameters/x-correlator'
- in: query
Expand Down Expand Up @@ -301,7 +301,7 @@ paths:
- $ref: '#/components/parameters/x-correlator'
security:
- openId:
- ti:traffic-influences:write
- 'traffic-influence:traffic-influences:write'
requestBody:
description: Describes the request body
required: true
Expand Down Expand Up @@ -363,7 +363,7 @@ paths:
- $ref: '#/components/parameters/x-correlator'
security:
- openId:
- ti:traffic-influences:read
- 'traffic-influence:traffic-influences:read'
responses:
'200':
description: OK.
Expand Down Expand Up @@ -398,7 +398,7 @@ paths:
- $ref: '#/components/parameters/x-correlator'
security:
- openId:
- ti:traffic-influences:write
- 'traffic-influence:traffic-influences:write'
requestBody:
description: Describes the request body
required: true
Expand Down Expand Up @@ -448,7 +448,7 @@ paths:
operationId: deleteTrafficInfluence
security:
- openId:
- ti:traffic-influences:write
- 'traffic-influence:traffic-influences:write'
parameters:
- $ref: '#/components/parameters/x-correlator'
- name: callbackUrl
Expand Down Expand Up @@ -888,4 +888,4 @@ components:
example:
status: 504
code: TIMEOUT
message: Request timeout exceeded. Try later
message: Request timeout exceeded. Try later

0 comments on commit 2a7577b

Please sign in to comment.