Skip to content

Commit bbe8b05

Browse files
committed
param
1 parent 73023a4 commit bbe8b05

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

specs/ingestion/common/taskParameters.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ triggerType:
7070
$ref: './schemas/task.yml#/TriggerType'
7171
example: onDemand,schedule,subscription,streaming
7272

73+
withNotifications:
74+
name: withNotifications
75+
in: query
76+
description: If specified, the response only includes tasks with notifications.email.enabled set to this value.
77+
required: false
78+
schema:
79+
type: boolean
80+
7381
sort:
7482
name: sort
7583
in: query

specs/ingestion/paths/tasks/v2/tasks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ get:
1717
- $ref: '../../../common/taskParameters.yml#/sourceType'
1818
- $ref: '../../../common/taskParameters.yml#/destinationID'
1919
- $ref: '../../../common/taskParameters.yml#/triggerType'
20+
- $ref: '../../../common/taskParameters.yml#/withNotifications'
2021
- $ref: '../../../common/taskParameters.yml#/sort'
2122
- $ref: '../../../common/parameters.yml#/order'
2223
responses:

0 commit comments

Comments
 (0)