Skip to content

Commit

Permalink
Merge pull request #3 from rafpas-tim/patch-4
Browse files Browse the repository at this point in the history
filter for application id
  • Loading branch information
rafpas-tim authored Nov 30, 2022
2 parents 824f66e + 4b67f8a commit aebdc40
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions code/API_definitions/Traffic_Influence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,10 @@ paths:
get:
parameters:
- in: query
name: externalServiceId
name: applicationId
schema:
type: string
description: Not required. Used to select influence istances filtered for External Service Id of the AF

description: Not required. Used to select traffic influence istances filtered for applicationId
tags:
- Traffic Influence API GET Operation
summary: Retries existing TrafficInfluence Resources
Expand Down Expand Up @@ -373,9 +372,6 @@ components:
- 'not active'
- 'error'
- 'deleted'
externalServiceId:
type: string
description: Unique ID (for AF) which identifies the AF service (managed externally to Camara) associated to the current traffic influence istance. Can be used by the caller to correlate multiple traffic influences to the same service.
trafficFilters:
type: array
items:
Expand Down

0 comments on commit aebdc40

Please sign in to comment.