Skip to content

Commit

Permalink
Set id to optional in logstash.get_pipeline (#2307)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel authored Oct 9, 2023
1 parent e34cdb6 commit 026080a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions output/schema/validation-errors.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ export interface Request extends RequestBase {
/**
* Comma-separated list of pipeline identifiers.
*/
id: Ids
id?: Ids
}
}

0 comments on commit 026080a

Please sign in to comment.