Skip to content

Commit

Permalink
Fix validation error
Browse files Browse the repository at this point in the history
Signed-off-by: Naarcha-AWS <[email protected]>
  • Loading branch information
Naarcha-AWS authored Feb 18, 2025
1 parent 7c96f2b commit 44291e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/namespaces/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 44291e5

Please sign in to comment.