Skip to content

Commit a52602d

Browse files
authored
UNOMI-903: Fix documentation about REST privacy routes (delete and anonymize profile) (#721)
1 parent 1a2d899 commit a52602d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manual/src/main/asciidoc/privacy.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Here's an example of a request to anonymize a profile:
3838

3939
[source]
4040
----
41-
curl -X POST http://localhost:8181/cxs/profiles/{profileID}/anonymize?scope=ASCOPE
41+
curl -X POST http://localhost:8181/cxs/privacy/profiles/{profileID}/anonymize?scope=ASCOPE
4242
----
4343

4444
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.
6969

7070
[source]
7171
----
72-
curl -X DELETE http://localhost:8181/cxs/profiles/{profileID}?withData=false --user karaf:karaf
72+
curl -X DELETE http://localhost:8181/cxs/privacy/profiles/{profileID}?withData=false --user karaf:karaf
7373
----
7474

7575
where `{profileID}` must be replaced by the actual identifier of a profile

0 commit comments

Comments
 (0)