From 4b97e705f96813e171f52ed86b4e3816ec3b007e Mon Sep 17 00:00:00 2001 From: amitsahu01 <82929570+amitsahu01@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:33:36 +0530 Subject: [PATCH] Update 2-implement.md --- documentation/auditlog/2-implement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/auditlog/2-implement.md b/documentation/auditlog/2-implement.md index 3881704..2fd9ac0 100644 --- a/documentation/auditlog/2-implement.md +++ b/documentation/auditlog/2-implement.md @@ -126,7 +126,7 @@ The steps above is all you need to automatically log personal data-related event ### Updating a customer with personal data details @customer = {{create_customer.response.body.ID}} - PATCH {{host}}/odata/v4/admin/Customers({{customer}}) + PATCH {{host}}/odata/v4/admin/Customers('{{customer}}') Authorization: Basic alice:wonderland Content-Type: application/json