Skip to content

Commit 7b579e4

Browse files
Update pipeline ID description of Logstash pipeline create REST API. (#5354) (#5357)
(cherry picked from commit 8cb5d65) Co-authored-by: Mashhur <99575341+mashhurs@users.noreply.github.com>
1 parent 81db9e1 commit 7b579e4

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

output/openapi/elasticsearch-openapi.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/openapi/elasticsearch-serverless-openapi.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/schema.json

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

specification/logstash/put_pipeline/LogstashPutPipelineRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export interface Request extends RequestBase {
4343
path_parts: {
4444
/**
4545
* An identifier for the pipeline.
46+
* Pipeline IDs must begin with a letter or underscore and contain only letters, underscores, dashes, hyphens and numbers.
4647
*/
4748
id: Id
4849
}

0 commit comments

Comments
 (0)