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 }