Skip to content

Commit f7b5d28

Browse files
committed
Adding specification for the new data stream settings APIs
1 parent d20fab7 commit f7b5d28

File tree

13 files changed

+825
-100
lines changed

13 files changed

+825
-100
lines changed

output/schema/schema.json

Lines changed: 447 additions & 13 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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,7 @@
155155
"response": []
156156
}
157157
},
158-
"generalErrors": []
158+
"generalErrors": [
159+
"DataStreamSettings is present in multiple namespaces: indices.get_data_stream_settings and indices.put_data_stream_settings"
160+
]
159161
}

output/typescript/types.ts

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

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@redocly/cli": "^1.34.1",
3+
"@redocly/cli": "^1.34.3",
44
"@stoplight/spectral-cli": "^6.14.2"
55
}
66
}

0 commit comments

Comments
 (0)