Skip to content

Commit 026080a

Browse files
authored
Set id to optional in logstash.get_pipeline (#2307)
1 parent e34cdb6 commit 026080a

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/logstash/get_pipeline/LogstashGetPipelineRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ export interface Request extends RequestBase {
3232
/**
3333
* Comma-separated list of pipeline identifiers.
3434
*/
35-
id: Ids
35+
id?: Ids
3636
}
3737
}

0 commit comments

Comments
 (0)