Skip to content

Commit c72181d

Browse files
pquentinlukewhitinglcawl
authored
[8.19] Add spec and docs for new logs streams endpoints (#5258) (#5301)
* Add spec and docs for new logs streams endpoints (#5258) * Add spec and docs for new logs streams endpoints * Add @codegen name to Acked responses * Linting fix * Update specification/streams/status/examples/200_response/GetStreamsStatusResponseExample1.yaml Co-authored-by: Copilot <[email protected]> * Correct feature flag * Add doc-ids * Fix doc-ids * Update specification/_doc_ids/table.csv Co-authored-by: Quentin Pradet <[email protected]> * Update specification/_doc_ids/table.csv Co-authored-by: Quentin Pradet <[email protected]> * Add default timeouts --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit 995d686) # Conflicts: # specification/_doc_ids/table.csv * Edit logs streams endpoints * Regenerate output --------- Co-authored-by: Luke Whiting <[email protected]> Co-authored-by: lcawl <[email protected]>
1 parent 29d0a3c commit c72181d

19 files changed

+93011
-15
lines changed

output/openapi/elasticsearch-serverless-openapi-docs.json

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

output/schema/schema.json

Lines changed: 311 additions & 15 deletions
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@
115115
"Request: query parameter 'bytes' does not exist in the json spec"
116116
],
117117
"response": []
118+
},
119+
"streams.status": {
120+
"request": [
121+
"Request: query parameter 'master_timeout' does not exist in the json spec"
122+
],
123+
"response": []
118124
}
119125
},
120126
"generalErrors": [

0 commit comments

Comments
 (0)