Skip to content

Commit 66ddd71

Browse files
authored
Feature/update authenticate specs (#5270)
* add internal and managed_by * add internal and managed_by
1 parent 3348b2f commit 66ddd71

File tree

5 files changed

+90
-3
lines changed

5 files changed

+90
-3
lines changed

output/openapi/elasticsearch-openapi.json

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

output/schema/schema.json

Lines changed: 39 additions & 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: 4 additions & 0 deletions
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,11 @@ export class Response {
4444
export class AuthenticateApiKey {
4545
id: Id
4646
name?: Name
47+
managed_by: AuthenticateApiKeyManagedBy
48+
internal: boolean
49+
}
50+
51+
export enum AuthenticateApiKeyManagedBy {
52+
cloud,
53+
elasticsearch
4754
}

0 commit comments

Comments
 (0)