Update Jellyfin.Api/Controllers/UserController.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/5171/head
David Ullmer 3 years ago committed by GitHub
parent eb0ff0c370
commit 07f1a2c2dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -509,7 +509,7 @@ namespace Jellyfin.Api.Controllers
/// <summary>
/// Redeems a forgot password pin.
/// </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>
/// <returns>A <see cref="Task"/> containing a <see cref="PinRedeemResult"/>.</returns>
[HttpPost("ForgotPassword/Pin")]

Loading…
Cancel
Save