Skip to content

Commit ec1f3dc

Browse files
committed
review
1 parent 51f250c commit ec1f3dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

specs/ingestion/common/taskParameters.yml

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

73-
withNotifications:
74-
name: withNotifications
73+
withEmailNotifications:
74+
name: withEmailNotifications
7575
in: query
7676
description: If specified, the response only includes tasks with notifications.email.enabled set to this value.
7777
required: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +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'
20+
- $ref: '../../../common/taskParameters.yml#/withEmailNotifications'
2121
- $ref: '../../../common/taskParameters.yml#/sort'
2222
- $ref: '../../../common/parameters.yml#/order'
2323
responses:

0 commit comments

Comments
 (0)