Jerome Blanchard created UNOMI-903:
--------------------------------------
Summary: Documentation error about privacy REST endpoints
Key: UNOMI-903
URL: https://issues.apache.org/jira/browse/UNOMI-903
Project: Apache Unomi
Issue Type: Bug
Components: unomi-site
Reporter: Jerome Blanchard
In the documentation, REST endpoints for deleting or anonymizing a profile are
wrong:
POST /cxs/profiles/\{profile_id}/anonymize?scope=\{scope}
DELETE /cxs/profiles/\{profile_id}
whereas it has to be part of /privacy resource :
POST /cxs/privacy/profiles/\{profile_id}/anonymize?scope=\{scope}
DELETE /cxs/privacy/profiles/\{profile_id}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)