From d2ead153ee38039c346ae403f5ae373ab370a760 Mon Sep 17 00:00:00 2001 From: Robin de Silva Jayasinghe Date: Mon, 10 Nov 2025 15:26:49 +0100 Subject: [PATCH] adjust the draft protection snippet to the implementation --- java/fiori-drafts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/fiori-drafts.md b/java/fiori-drafts.md index 8652fa3e9..f751e8d6a 100644 --- a/java/fiori-drafts.md +++ b/java/fiori-drafts.md @@ -155,7 +155,7 @@ cds.drafts.cancellationTimeout: 1h You can turn off this feature completely by means of the application configuration property: ```yaml -cds.security.draftProtection.enabled: false +cds.security.authorization.draftProtection.enabled: false ``` ## Draft Garbage Collection { #draft-gc }