Skip to content

Commit bd98e95

Browse files
committed
Fix indices.delete_api response
1 parent e7ffee1 commit bd98e95

File tree

6 files changed

+41
-11
lines changed

6 files changed

+41
-11
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 3 additions & 0 deletions
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: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema-serverless.json

Lines changed: 16 additions & 5 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: 17 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

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

specification/_types/Base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export class WriteResponseBase {
4747
export class AcknowledgedResponseBase {
4848
/** For a successful response, this value is always true. On failure, an exception is returned instead. */
4949
acknowledged: boolean
50+
errors?: boolean
5051
}
5152

5253
export class DynamicResponseBase {}

0 commit comments

Comments
 (0)