From a501a101698196b71a5252179a262f82e95d4972 Mon Sep 17 00:00:00 2001 From: pquentin <42327+pquentin@users.noreply.github.com> Date: Mon, 17 Mar 2025 04:07:04 +0000 Subject: [PATCH] Update rest-api-spec --- .../get_user_privileges/SecurityGetUserPrivilegesResponse.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/security/get_user_privileges/SecurityGetUserPrivilegesResponse.ts b/specification/security/get_user_privileges/SecurityGetUserPrivilegesResponse.ts index 35892f139a..c605bd9a0e 100644 --- a/specification/security/get_user_privileges/SecurityGetUserPrivilegesResponse.ts +++ b/specification/security/get_user_privileges/SecurityGetUserPrivilegesResponse.ts @@ -31,7 +31,7 @@ export class Response { cluster: string[] /** * @availability stack since=8.15.0 - */ + */ remote_cluster?: RemoteClusterPrivileges[] global: GlobalPrivilege[] indices: UserIndicesPrivileges[]