mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
res_ari: Fix for Doxygen.
ASTERISK-29756 Change-Id: I2f1c1eea1c902492b77b74de9950f20ebbb7e758
This commit is contained in:
committed by
Kevin Harwell
parent
aaa1509fad
commit
015c594fcc
@@ -815,7 +815,7 @@ enum ast_json_encoding_format ast_ari_json_format(void)
|
||||
*
|
||||
* \param api_key API key query parameter
|
||||
* \return User object for the authenticated user.
|
||||
* \return \c NULL if authentication failed.
|
||||
* \retval NULL if authentication failed.
|
||||
*/
|
||||
static struct ast_ari_conf_user *authenticate_api_key(const char *api_key)
|
||||
{
|
||||
@@ -841,9 +841,9 @@ static struct ast_ari_conf_user *authenticate_api_key(const char *api_key)
|
||||
* \brief Authenticate an HTTP request.
|
||||
*
|
||||
* \param get_params GET parameters of the request.
|
||||
* \param header HTTP headers.
|
||||
* \param headers HTTP headers.
|
||||
* \return User object for the authenticated user.
|
||||
* \return \c NULL if authentication failed.
|
||||
* \retval NULL if authentication failed.
|
||||
*/
|
||||
static struct ast_ari_conf_user *authenticate_user(struct ast_variable *get_params,
|
||||
struct ast_variable *headers)
|
||||
|
||||
Reference in New Issue
Block a user