Skip to content

Commit 27fc9ad

Browse files
authored
Merge a39442f into cf6bf23
2 parents cf6bf23 + a39442f commit 27fc9ad

File tree

16 files changed

+8
-8
lines changed

16 files changed

+8
-8
lines changed

β€Žspecs/ingestion/paths/authentications/authentications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ get:
33
- authentications
44
summary: List authentication resources
55
description: Retrieves a list of all authentication resources.
6-
operationId: getAuthentications
6+
operationId: listAuthentications
77
x-acl:
88
- addObject
99
- deleteIndex

β€Žspecs/ingestion/paths/destinations/destinations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ get:
33
- destinations
44
summary: List destinations
55
description: Retrieves a list of destinations.
6-
operationId: getDestinations
6+
operationId: listDestinations
77
x-acl:
88
- addObject
99
- deleteIndex

β€Žspecs/ingestion/paths/runs/events/events.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ get:
33
- observability
44
summary: List task run events
55
description: Retrieves a list of events for a task run, identified by it's ID.
6-
operationId: getEvents
6+
operationId: listEvents
77
x-acl:
88
- addObject
99
- deleteIndex

β€Žspecs/ingestion/paths/runs/runs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ get:
33
- observability
44
summary: List task runs
55
description: Retrieve a list of task runs.
6-
operationId: getRuns
6+
operationId: listRuns
77
x-acl:
88
- addObject
99
- deleteIndex

β€Žspecs/ingestion/paths/sources/sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ get:
33
- sources
44
summary: List sources
55
description: Retrieves a list of sources.
6-
operationId: getSources
6+
operationId: listSources
77
x-acl:
88
- addObject
99
- deleteIndex

β€Žspecs/ingestion/paths/tasks/v1/tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ get:
33
- tasks
44
summary: List tasks
55
description: Retrieves a list of tasks using the v1 endpoint, please use `getTasks` instead.
6-
operationId: getTasksV1
6+
operationId: listTasksV1
77
x-acl:
88
- addObject
99
- deleteIndex

β€Žspecs/ingestion/paths/tasks/v2/tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ get:
33
- tasks
44
summary: List tasks
55
description: Retrieves a list of tasks.
6-
operationId: getTasks
6+
operationId: listTasks
77
x-acl:
88
- addObject
99
- deleteIndex

β€Žspecs/ingestion/paths/transformations/transformations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ get:
33
- transformations
44
summary: List transformations
55
description: Retrieves a list of transformations.
6-
operationId: getTransformations
6+
operationId: listTransformations
77
x-acl:
88
- addObject
99
- deleteIndex

0 commit comments

Comments
Β (0)