pub async fn patch_own_profile(
__arg0: State<App>,
__arg1: Auth,
__arg2: Json<ProfilePatch>,
) -> ClResult<(StatusCode, Json<UpdateProfileResponse>)>Expand description
PATCH /me - Update own profile
pub async fn patch_own_profile(
__arg0: State<App>,
__arg1: Auth,
__arg2: Json<ProfilePatch>,
) -> ClResult<(StatusCode, Json<UpdateProfileResponse>)>PATCH /me - Update own profile