Skip to content

Commit

Permalink
Merge branch 'main' into cluster-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Jun 26, 2023
2 parents 9be735d + 22d8a84 commit 3e4a887
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ import { RequestBase } from '@_types/Base'

/**
* Enables you to submit a request with a basic auth header to authenticate a user and retrieve information about the authenticated user.
* 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.
* If the user cannot be authenticated, this API returns a 401 status code.
* @rest_spec_name security.authenticate
* @availability stack since=5.5.0 stability=stable
* @availability serverless stability=stable visibility=public
Expand Down

0 comments on commit 3e4a887

Please sign in to comment.