Skip to content

Commit

Permalink
Update unique descriptions.
Browse files Browse the repository at this point in the history
Signed-off-by: Archer <naarcha@amazon.com>
  • Loading branch information
Naarcha-AWS committed Feb 17, 2025
1 parent 407122a commit ff1cd73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/namespaces/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2458,7 +2458,7 @@ components:
security.health::query.mode:
name: mode
in: query
description: A flag to indicate whether service should consider security-plugin's status before returning health response. `strict` mode indicates service should check Security plugin status.
description: A flag that determines whether to consider the security status before returning a response for a health query response.. For example, `strict` mode indicates service should check the Security plugin status.
schema:
type: string
required: false
Expand All @@ -2472,7 +2472,7 @@ components:
security.patch_distinguished_name::path.cluster_name:
name: cluster_name
in: path
description: The cluster name to update `nodesDn` value.
description: The cluster name to update the `nodesDn` value.
schema:
type: string
required: true
Expand All @@ -2486,7 +2486,7 @@ components:
security.patch_role_mapping::path.role:
name: role
in: path
description: The name of the role to update role-mapping for.
description: The name of the role to update a role mapping for
schema:
type: string
required: true
Expand All @@ -2507,14 +2507,14 @@ components:
security.update_distinguished_name::path.cluster_name:
name: cluster_name
in: path
description: The cluster-name to create/update `nodesDn` value for.
description: The name of the cluster containing the `nodesDn` value to create or update.
schema:
type: string
required: true
security.validate::query.accept_invalid:
name: accept_invalid
in: query
description: A Boolean flag to indicate whether invalid v6 configuration should be allowed.
description: Whether an invalid v6 configuration should be allowed.
schema:
type: boolean
required: false
Expand Down

0 comments on commit ff1cd73

Please sign in to comment.