Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 22 additions & 17 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion specification/security/_types/Privileges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ export enum ClusterPrivilege {

/**
* The subset of cluster level privileges that can be defined for remote clusters.
* @availability stack
*/
export enum RemoteClusterPrivilege {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ export class Response {
body: {
cluster: ClusterPrivilege[]
index: IndexName[]
/**
* @availability stack since=8.15.0
*/
remote_cluster: RemoteClusterPrivilege[]
}
}
1 change: 0 additions & 1 deletion specification/security/put_role/SecurityPutRoleRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export interface Request extends RequestBase {
/**
* A list of remote cluster permissions entries.
* @availability stack since=8.15.0
*
*/
remote_cluster?: RemoteClusterPrivileges[]
/**
Expand Down
Loading