Skip to content

Commit dc8609a

Browse files
committed
Add extra line after summaries
1 parent 7975a6e commit dc8609a

File tree

28 files changed

+38
-10
lines changed

28 files changed

+38
-10
lines changed

specification/security/activate_user_profile/Request.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import { GrantType } from '@security/_types/GrantType'
2121
import { RequestBase } from '@_types/Base'
2222

2323
/**
24-
* Create or update a user profile.
24+
* Activate a user profile.
25+
*
2526
* Create or update a user profile on behalf of another user.
2627
* @rest_spec_name security.activate_user_profile
2728
* @availability stack since=8.2.0 stability=stable

specification/security/authenticate/SecurityAuthenticateRequest.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
* Authenticate a user.
24+
*
2425
* Authenticates a user and returns information about the authenticated user.
2526
* Include the user information in a [basic auth header](https://en.wikipedia.org/wiki/Basic_access_authentication).
2627
* A successful call returns a JSON structure that shows user information such as their username, the roles that are assigned to the user, any assigned metadata, and information about the realms that authenticated and authorized the user.

specification/security/bulk_delete_role/SecurityBulkDeleteRoleRequest.ts

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

2323
/**
2424
* Bulk delete roles.
25+
*
2526
* The role management APIs are generally the preferred way to manage roles, rather than using file-based role management.
2627
* The bulk delete roles API cannot delete roles that are defined in roles files.
2728
* @rest_spec_name security.bulk_delete_role

specification/security/bulk_put_role/SecurityBulkPutRoleRequest.ts

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

2525
/**
2626
* Bulk create or update roles.
27+
*
2728
* The role management APIs are generally the preferred way to manage roles, rather than using file-based role management.
2829
* The bulk create or update roles API cannot update roles that are defined in roles files.
2930
* @rest_spec_name security.bulk_put_role

specification/security/change_password/SecurityChangePasswordRequest.ts

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

2323
/**
2424
* Change passwords.
25+
*
2526
* Change the passwords of users in the native realm and built-in users.
2627
* @rest_spec_name security.change_password
2728
* @availability stack stability=stable

specification/security/clear_api_key_cache/SecurityClearApiKeyCacheRequest.ts

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

2323
/**
2424
* Clear the API key cache.
25+
*
2526
* Evict a subset of all entries from the API key cache.
2627
* The cache is also automatically cleared on state changes of the security index.
2728
* @rest_spec_name security.clear_api_key_cache

specification/security/clear_cached_privileges/SecurityClearCachedPrivilegesRequest.ts

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

2323
/**
2424
* Clear the privileges cache.
25+
*
2526
* Evict privileges from the native application privilege cache.
2627
* The cache is also automatically cleared for applications that have their privileges updated.
2728
* @rest_spec_name security.clear_cached_privileges

specification/security/clear_cached_realms/SecurityClearCachedRealmsRequest.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
* Clear the user cache.
25+
*
2526
* Evict users from the user cache. You can completely clear the cache or evict specific users.
2627
* @rest_spec_name security.clear_cached_realms
2728
* @availability stack stability=stable

specification/security/clear_cached_roles/ClearCachedRolesRequest.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
* Clear the roles cache.
25+
*
2526
* Evict roles from the native role cache.
2627
* @rest_spec_name security.clear_cached_roles
2728
* @availability stack stability=stable

specification/security/clear_cached_service_tokens/ClearCachedServiceTokensRequest.ts

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

2323
/**
2424
* Clear service account token caches.
25+
*
2526
* Evict a subset of all entries from the service account token caches.
2627
* @rest_spec_name security.clear_cached_service_tokens
2728
* @availability stack stability=stable

0 commit comments

Comments
 (0)