@tiba-spark/client-shared-lib 25.4.0-321 → 25.4.0-326
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -91899,7 +91899,7 @@ class UsersServiceProxy {
|
|
|
91899
91899
|
* @return Success
|
|
91900
91900
|
*/
|
|
91901
91901
|
updateUserPassword(body) {
|
|
91902
|
-
let url_ = this.baseUrl + "/api/services/users/
|
|
91902
|
+
let url_ = this.baseUrl + "/api/services/users/update-password";
|
|
91903
91903
|
url_ = url_.replace(/[?&]$/, "");
|
|
91904
91904
|
const content_ = JSON.stringify(body);
|
|
91905
91905
|
let options_ = {
|