[
https://issues.apache.org/jira/browse/UNOMI-805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ksagnard updated UNOMI-805:
---------------------------
Affects Version/s: unomi-2.4.0
> 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
> Affects Versions: unomi-2.4.0
> Reporter: ksagnard
> Priority: Major
>
> 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)