Skip to content

Commit 071eafe

Browse files
committed
Actual change
1 parent 4ca237a commit 071eafe

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

specification/security/delete_role/SecurityDeleteRoleRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import { Name, Refresh } from '@_types/common'
2222

2323
/**
2424
* Delete roles API
25+
*
2526
* Removes roles in the native realm.
2627
* @rest_spec_name security.delete_role
2728
* @availability stack stability=stable

specification/security/get_builtin_privileges/SecurityGetBuiltinPrivilegesRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import { RequestBase } from '@_types/Base'
2121

2222
/**
2323
* Get builtin privileges API
24+
*
2425
* Retrieves the list of cluster privileges and index privileges that are available in this version of Elasticsearch.
2526
* @rest_spec_name security.get_builtin_privileges
2627
* @availability stack since=7.3.0 stability=stable

specification/security/get_role/SecurityGetRoleRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import { Names } from '@_types/common'
2222

2323
/**
2424
* Get roles API
25+
*
2526
* Retrieves roles in the native realm.
2627
* @rest_spec_name security.get_role
2728
* @availability stack stability=stable

specification/security/put_role/SecurityPutRoleRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import { Metadata, Name, Refresh } from '@_types/common'
3030

3131
/**
3232
* Create or update roles API
33+
*
3334
* Create or update roles in the native realm.
3435
* @rest_spec_name security.put_role
3536
* @availability stack stability=stable

0 commit comments

Comments
 (0)