mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
use 403 instead to avoid compat issues with swagger spec
This commit is contained in:
parent
716bcc6410
commit
b33f46560d
@ -332,7 +332,7 @@ public class UserController : BaseJellyfinApiController
|
||||
[FromRoute, Required] Guid userId,
|
||||
[FromBody, Required] UpdateUserEasyPassword request)
|
||||
{
|
||||
return BadRequest("Deprecated");
|
||||
return Forbid();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user