This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new a52602d42 UNOMI-903: Fix documentation about REST privacy routes
(delete and anonymize profile) (#721)
a52602d42 is described below
commit a52602d4287127497b3c28a4c2f867374820e708
Author: Jerome Blanchard <[email protected]>
AuthorDate: Thu Oct 16 12:22:56 2025 +0200
UNOMI-903: Fix documentation about REST privacy routes (delete and
anonymize profile) (#721)
---
manual/src/main/asciidoc/privacy.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/manual/src/main/asciidoc/privacy.adoc
b/manual/src/main/asciidoc/privacy.adoc
index 530af94c6..91021cb68 100644
--- a/manual/src/main/asciidoc/privacy.adoc
+++ b/manual/src/main/asciidoc/privacy.adoc
@@ -38,7 +38,7 @@ Here's an example of a request to anonymize a profile:
[source]
----
-curl -X POST
http://localhost:8181/cxs/profiles/{profileID}/anonymize?scope=ASCOPE
+curl -X POST
http://localhost:8181/cxs/privacy/profiles/{profileID}/anonymize?scope=ASCOPE
----
where `{profileID}` must be replaced by the actual identifier of a profile
@@ -69,7 +69,7 @@ session data will also be detached from the current profile
and anonymized.
[source]
----
-curl -X DELETE http://localhost:8181/cxs/profiles/{profileID}?withData=false
--user karaf:karaf
+curl -X DELETE
http://localhost:8181/cxs/privacy/profiles/{profileID}?withData=false --user
karaf:karaf
----
where `{profileID}` must be replaced by the actual identifier of a profile