doc: added small bit of dsocumentaiton

This commit is contained in:
silver 2023-06-04 12:19:17 +01:00
parent 9b52052add
commit cf26bf60d1

View file

@ -12,6 +12,8 @@ pub struct LdapUpdate {
field: String, field: String,
value: String, value: String,
} }
/// Handles updating a single field with the users own password
pub async fn post_update_ldap(mut req: Request<State>) -> tide::Result { pub async fn post_update_ldap(mut req: Request<State>) -> tide::Result {
let LdapUpdate { let LdapUpdate {
user, user,