Skip to content

Commit

Permalink
Adding request spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-buttner committed Sep 18, 2020
1 parent 2846b76 commit 20357fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions x-pack/plugins/ingest_manager/common/types/rest_spec/epm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ export interface BulkInstallPackagesResponse {
response: Array<BulkInstallPackageInfo | IBulkInstallPackageError>;
}

export interface BulkInstallPackagesRequest {
body: {
packages: string[];
};
}

export interface MessageResponse {
response: string;
}
Expand Down

0 comments on commit 20357fd

Please sign in to comment.