Skip to content

Commit 59c2a9c

Browse files
committed
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
1 parent 48cc23c commit 59c2a9c

18 files changed

+636
-16
lines changed

output/schema/schema.json

Lines changed: 310 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: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
2-
"endpointErrors": {},
2+
"endpointErrors": {
3+
"streams.status": {
4+
"request": [
5+
"Request: query parameter 'master_timeout' does not exist in the json spec"
6+
],
7+
"response": []
8+
}
9+
},
310
"generalErrors": [
411
"Dangling type '_global.scripts_painless_execute:PainlessExecutionPosition'",
512
"Dangling type '_global.scripts_painless_execute:PainlessScript'",

0 commit comments

Comments
 (0)