doc: added small bit of dsocumentaiton
This commit is contained in:
parent
9b52052add
commit
cf26bf60d1
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ pub struct LdapUpdate {
|
|||
field: 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 {
|
||||
let LdapUpdate {
|
||||
user,
|
||||
|
|
Loading…
Reference in a new issue