Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(specs): rename ingestion list methods #3411

Merged
merged 1 commit into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion specs/ingestion/paths/authentications/authentications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ get:
- authentications
summary: List authentication resources
description: Retrieves a list of all authentication resources.
operationId: getAuthentications
operationId: listAuthentications
x-acl:
- addObject
- deleteIndex
Expand Down
2 changes: 1 addition & 1 deletion specs/ingestion/paths/destinations/destinations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ get:
- destinations
summary: List destinations
description: Retrieves a list of destinations.
operationId: getDestinations
operationId: listDestinations
x-acl:
- addObject
- deleteIndex
Expand Down
2 changes: 1 addition & 1 deletion specs/ingestion/paths/runs/events/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ get:
- observability
summary: List task run events
description: Retrieves a list of events for a task run, identified by it's ID.
operationId: getEvents
operationId: listEvents
x-acl:
- addObject
- deleteIndex
Expand Down
2 changes: 1 addition & 1 deletion specs/ingestion/paths/runs/runs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ get:
- observability
summary: List task runs
description: Retrieve a list of task runs.
operationId: getRuns
operationId: listRuns
x-acl:
- addObject
- deleteIndex
Expand Down
2 changes: 1 addition & 1 deletion specs/ingestion/paths/sources/sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ get:
- sources
summary: List sources
description: Retrieves a list of sources.
operationId: getSources
operationId: listSources
x-acl:
- addObject
- deleteIndex
Expand Down
2 changes: 1 addition & 1 deletion specs/ingestion/paths/tasks/v1/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ get:
- tasks
summary: List tasks
description: Retrieves a list of tasks using the v1 endpoint, please use `getTasks` instead.
operationId: getTasksV1
operationId: listTasksV1
x-acl:
- addObject
- deleteIndex
Expand Down
2 changes: 1 addition & 1 deletion specs/ingestion/paths/tasks/v2/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ get:
- tasks
summary: List tasks
description: Retrieves a list of tasks.
operationId: getTasks
operationId: listTasks
x-acl:
- addObject
- deleteIndex
Expand Down
2 changes: 1 addition & 1 deletion specs/ingestion/paths/transformations/transformations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ get:
- transformations
summary: List transformations
description: Retrieves a list of transformations.
operationId: getTransformations
operationId: listTransformations
x-acl:
- addObject
- deleteIndex
Expand Down
Loading