Switching displayname update to account endpoint.

This commit is contained in:
David Jay
2017-02-06 14:38:14 -08:00
parent 1901592780
commit b22895b908
5 changed files with 24 additions and 14 deletions
+1 -1
View File
@@ -645,7 +645,7 @@ module.exports = class UsersService {
}
/**
* Gives the user the ability to edit their username.
* Updates the user's displayName.
* @param {String} id the id of the user to be enabled.
* @param {String} displayName The new displayname for the user.
* @return {Promise}