pub async fn update_username_request(
jar: CookieJar,
__arg1: Path<String>,
__arg2: State<Database>,
__arg3: Json<SetProfileUsername>,
) -> impl IntoResponse
Expand description
Change a profile’s username
pub async fn update_username_request(
jar: CookieJar,
__arg1: Path<String>,
__arg2: State<Database>,
__arg3: Json<SetProfileUsername>,
) -> impl IntoResponse
Change a profile’s username