From 44291e58a22ce4c6c0eaa9c241e46f50b3f7ac8d Mon Sep 17 00:00:00 2001 From: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Date: Tue, 18 Feb 2025 14:31:31 -0600 Subject: [PATCH] Fix validation error Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --- spec/namespaces/security.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/namespaces/security.yaml b/spec/namespaces/security.yaml index ef623bddf..368b2d920 100644 --- a/spec/namespaces/security.yaml +++ b/spec/namespaces/security.yaml @@ -20,12 +20,12 @@ paths: /_plugins/_security/authinfo: get: operationId: security.authinfo.0 - x-operation-group: security.get_authinfo + x-operation-group: security.authinfo x-version-added: '1.0' x-distributions-excluded: - amazon-managed - amazon-serverless - description: Returns information about the currently authenticated. + description: Returns or updates authentication information for the currently authenticated user. parameters: - $ref: '#/components/parameters/security.authinfo::query.auth_type' - $ref: '#/components/parameters/security.authinfo::query.verbose' @@ -36,12 +36,12 @@ paths: $ref: '#/components/responses/security.authinfo@500' post: operationId: security.authinfo.1 - x-operation-group: security.post_authinfo + x-operation-group: security.authinfo x-version-added: '1.0' x-distributions-excluded: - amazon-managed - amazon-serverless - description: Updates authentication information for the currently authenticated user. + description: Returns or updates authentication information for the currently authenticated user. parameters: - $ref: '#/components/parameters/security.authinfo::query.auth_type' - $ref: '#/components/parameters/security.authinfo::query.verbose'