Skip to content

Commit b8cbc97

Browse files
committed
removing a validation error
1 parent 2600b33 commit b8cbc97

File tree

4 files changed

+96
-98
lines changed

4 files changed

+96
-98
lines changed

output/schema/schema.json

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

output/typescript/types.ts

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

specification/indices/put_data_stream_settings/IndicesPutDataStreamSettingsResponse.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ import { IndexName } from '@_types/common'
2323
export class Response {
2424
/** @codegen_name data_stream_settings_results */
2525
body: {
26-
data_streams: Array<DataStreamSettings>
26+
data_streams: Array<UpdatedDataStreamSettings>
2727
}
2828
}
2929

30-
export class DataStreamSettings {
30+
export class UpdatedDataStreamSettings {
3131
/** The data stream name. */
3232
name: IndexName
3333
/**

0 commit comments

Comments
 (0)