Skip to content

Commit

Permalink
Automated commit 'Fixed path variable and schema for get campaign fil…
Browse files Browse the repository at this point in the history
…ters (#1841)' by github action: 11144718260
  • Loading branch information
tyler-mairose-sp committed Oct 2, 2024
1 parent f2e9636 commit 8f41acd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion idn/v3/paths/campaign-filter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ get:
- userAuth: [idn:campaign-filter:read]
parameters:
- in: path
name: filterId
name: id
schema:
type: string
example: e9f9a1397b842fd5a65842087040d3ac
Expand Down
13 changes: 12 additions & 1 deletion idn/v3/schemas/CampaignFilterDetails.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
type: object
description: Campaign Filter Details
properties:
id:
type: string
description: The unique ID of the campaign filter
example: 5ec18cef39020d6fd7a60ad3970aba61
name:
type: string
description: Campaign filter name.
Expand Down Expand Up @@ -63,7 +67,14 @@ properties:
"children": null
}
]
isSystemFilter:
type: boolean
default: false
description: If true, the filter is created by the system. If false, the filter is created by a user.
example: false
required:
- id
- name
- owner
- mode
- mode
- isSystemFilter

0 comments on commit 8f41acd

Please sign in to comment.