Skip to content

Commit 56e8f7f

Browse files
committed
Period
1 parent 071eafe commit 56e8f7f

File tree

8 files changed

+40
-44
lines changed

8 files changed

+40
-44
lines changed

output/openapi/elasticsearch-openapi.json

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

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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ import { RequestBase } from '@_types/Base'
2121
import { Name, Refresh } from '@_types/common'
2222

2323
/**
24-
* Delete roles API
25-
*
24+
* Delete roles API.
2625
* Removes roles in the native realm.
2726
* @rest_spec_name security.delete_role
2827
* @availability stack stability=stable

specification/security/get_builtin_privileges/SecurityGetBuiltinPrivilegesRequest.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
import { RequestBase } from '@_types/Base'
2121

2222
/**
23-
* Get builtin privileges API
24-
*
23+
* Get builtin privileges API.
2524
* Retrieves the list of cluster privileges and index privileges that are available in this version of Elasticsearch.
2625
* @rest_spec_name security.get_builtin_privileges
2726
* @availability stack since=7.3.0 stability=stable

specification/security/get_role/SecurityGetRoleRequest.ts

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

2323
/**
24-
* Get roles API
25-
*
24+
* Get roles API.
2625
* Retrieves roles in the native realm.
2726
* @rest_spec_name security.get_role
2827
* @availability stack stability=stable

specification/security/put_role/SecurityPutRoleRequest.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ import { RequestBase } from '@_types/Base'
2929
import { Metadata, Name, Refresh } from '@_types/common'
3030

3131
/**
32-
* Create or update roles API
33-
*
32+
* Create or update roles API.
3433
* Create or update roles in the native realm.
3534
* @rest_spec_name security.put_role
3635
* @availability stack stability=stable

0 commit comments

Comments
 (0)