Skip to content

Commit 85fb05e

Browse files
authored
Merge branch 'main' into markjhoy/add_semantic_text_sparse_vector_options
2 parents cd36603 + cafeb58 commit 85fb05e

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 1 addition & 2 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: 1 addition & 2 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: 1 addition & 1 deletion
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 & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/security/authenticate/SecurityAuthenticateResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ export class AuthenticateApiKey {
4646
id: Id
4747
name?: Name
4848
managed_by: ApiKeyManagedBy
49-
internal: boolean
49+
internal?: boolean
5050
}

0 commit comments

Comments
 (0)