pub async fn patch_profile_admin(
__arg0: State<App>,
__arg1: Auth,
__arg2: Path<String>,
__arg3: Json<AdminProfilePatch>,
) -> ClResult<(StatusCode, Json<UpdateProfileResponse>)>Expand description
PATCH /admin/profile/:idTag - Update another user’s profile data (admin only)