ksagnard created UNOMI-805: ------------------------------ Summary: Issue in Unomi documentation: how to anonymize a profile Key: UNOMI-805 URL: https://issues.apache.org/jira/browse/UNOMI-805 Project: Apache Unomi Issue Type: Bug Reporter: ksagnard
in this documentation [https://unomi.apache.org/manual/latest/#_anonymizing_a_profile] paragraph 11.2, it is written that the request to anonymize a profile is {code:java} curl -X POST http://localhost:8181/cxs/profiles/\{profileID}/anonymize?scope=ASCOPE{code} This does not work and always respond 404 The following request worked for me : {code:java} curl -X POST http://localhost:8181/cxs/privacy/profiles/\{profileID}/anonymize?scope=ASCOPE{code} -- This message was sent by Atlassian Jira (v8.20.10#820010)