qcs_api_client.api.authentication.auth_reset_password#

Module Contents#

Functions#

sync(→ qcs_api_client.types.Response[Any])

Reset Password

sync_from_dict(→ qcs_api_client.types.Response[Any])

asyncio(→ qcs_api_client.types.Response[Any])

Reset Password

asyncio_from_dict(→ qcs_api_client.types.Response[Any])

qcs_api_client.api.authentication.auth_reset_password.sync(*, client: httpx.Client, json_body: qcs_api_client.models.auth_reset_password_request.AuthResetPasswordRequest, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#

Reset Password

Reset the password using the user’s existing password. Note, this is an authenticated route.

Parameters

json_body (AuthResetPasswordRequest) –

Returns

Response[Any]

qcs_api_client.api.authentication.auth_reset_password.sync_from_dict(*, client: httpx.Client, json_body_dict: Dict, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#
async qcs_api_client.api.authentication.auth_reset_password.asyncio(*, client: httpx.AsyncClient, json_body: qcs_api_client.models.auth_reset_password_request.AuthResetPasswordRequest, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#

Reset Password

Reset the password using the user’s existing password. Note, this is an authenticated route.

Parameters

json_body (AuthResetPasswordRequest) –

Returns

Response[Any]

async qcs_api_client.api.authentication.auth_reset_password.asyncio_from_dict(*, client: httpx.AsyncClient, json_body_dict: Dict, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#