Allow pp retrival without behing logged in (for easier cross backend access)

This commit is contained in:
Zoe Roux 2024-02-04 21:43:10 +01:00
parent 1023cf0120
commit 0bd497279d

View File

@ -48,7 +48,6 @@ public class UserApi(ILibraryManager libraryManager, IThumbnailsManager thumbs)
/// Get the profile picture of someone
/// </remarks>
[HttpGet("{identifier:id}/logo")]
[PartialPermission(Kind.Read)]
[ProducesResponseType(StatusCodes.Status200OK)]
[ProducesResponseType(StatusCodes.Status401Unauthorized, Type = typeof(RequestError))]
[ProducesResponseType(StatusCodes.Status403Forbidden, Type = typeof(RequestError))]