Add freemind converted.
This commit is contained in:
11
wise-webapp/doc/REST Services.md
Normal file
11
wise-webapp/doc/REST Services.md
Normal file
@@ -0,0 +1,11 @@
|
||||
REST Services
|
||||
---------------
|
||||
|
||||
Obtaining user information by email:
|
||||
|
||||
curl "http://localhost:8080/service/admin/users/email/{user.email}.json" --get --basic -u "admin@wisemapping.org:admin"
|
||||
|
||||
Deleting a based on the user id:
|
||||
curl "http://localhost:8080/service/admin/users/{userId}" --request delete --basic -u "admin@wisemapping.org:admin"
|
||||
|
||||
|
Reference in New Issue
Block a user