diff --git a/wise-webapp/doc/REST Services.md b/wise-webapp/doc/REST Services.md index c1acafdf..4466093b 100644 --- a/wise-webapp/doc/REST Services.md +++ b/wise-webapp/doc/REST Services.md @@ -22,4 +22,6 @@ Deleting a based on the user id: * Template Path: /service/admin/users/{userId} * curl "http://{host.name}:{host.port}/{context.path}/service/admin/users/{userId}" --request delete --basic -u "admin@wisemapping.org:admin" - +Changing Password: +Template Path: /service/admin/users/{userId}/password + * curl "http://{host.name}:{host.port}/{context.path}/service/admin/users/{userId}/password" --request put --basic -u "admin@wisemapping.org:admin" -H "Content-Type:text/plain" --data ""