Skip to content

Commit bd30a4f

Browse files
pquentinl-trotta
authored andcommitted
Fix indices.delete_api response
1 parent abc0d99 commit bd30a4f

File tree

6 files changed

+47
-9
lines changed

6 files changed

+47
-9
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: 19 additions & 4 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: 20 additions & 5 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)