[Ingest] Add Types to the REST API response #60677
Labels
Feature:EPM
Fleet team's Elastic Package Manager (aka Integrations) project
Feature:Fleet
Fleet team's agent central management project
Team:Fleet
Team label for Observability Data Collection Fleet team
Add API response types to the rest_spec so that other plugins can use them when interacting with API endpoints.
Background
A few APIs are missing response Types in
x-pack/plugins/ingest_manager/common/types/rest_spec
- example:datasources
has no response type for getting a list or a single datasource.TODO
GetDatasourcesResponse
GetDatasourceResponse
UpdateDatasourceResponse
(should mirrorCreateDatasourceResponse
)ingest_manager/common
The text was updated successfully, but these errors were encountered: