Update Jellyfin.Api/Controllers/UserController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
eb0ff0c370
commit
07f1a2c2dc
|
@ -509,7 +509,7 @@ namespace Jellyfin.Api.Controllers
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Redeems a forgot password pin.
|
/// Redeems a forgot password pin.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="forgotPasswordPinRequest">The forgot password pin request containing the endered pin.</param>
|
/// <param name="forgotPasswordPinRequest">The forgot password pin request containing the entered pin.</param>
|
||||||
/// <response code="200">Pin reset process started.</response>
|
/// <response code="200">Pin reset process started.</response>
|
||||||
/// <returns>A <see cref="Task"/> containing a <see cref="PinRedeemResult"/>.</returns>
|
/// <returns>A <see cref="Task"/> containing a <see cref="PinRedeemResult"/>.</returns>
|
||||||
[HttpPost("ForgotPassword/Pin")]
|
[HttpPost("ForgotPassword/Pin")]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user