Thanks for your help so far.
I did exactly as you said. All I get back now on a freshly installed usergrid
is:
{
"error": "entity_not_found",
"timestamp": 1486485311746,
"duration": 0,
"error_description": "Deleted application ID
5271a13d-ed4a-11e6-84b1-0242ac110005 not found",
"exception":
"org.apache.usergrid.persistence.exceptions.EntityNotFoundException"
}
Funny, since the application ID is exactly the one of my app which of course
can be found and for shure isn’t deleted. Now what could that mean?
Chris.
> Am 11.01.2017 um 17:10 schrieb Darius Ciupe <[email protected]>:
>
> You must update the application by performing a PUT request
>
> PUT http://127.0.0.1:8080/management/orgs/org/apps/appname
> <http://127.0.0.1:8080/management/orgs/org/apps/appname>
>
> {
> "registration_requires_email_confirmation": true
> }
>
> cURL version:
>
> curl -X PUT 'http://127.0.0.1:8080/management/orgs/org/apps/appname
> <http://127.0.0.1:8080/management/orgs/org/apps/appname>' -d
> '{"registration_requires_email_confirmation": true}'
>