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