Skip to content

Commit ebf654e

Browse files
committed
Extra newline
1 parent 56e8f7f commit ebf654e

File tree

6 files changed

+28
-24
lines changed

6 files changed

+28
-24
lines changed

output/schema/schema-serverless.json

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

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)