From 4d7588da1357a7f1bcd5b4aede7e957b203bb129 Mon Sep 17 00:00:00 2001 From: D024504 Date: Wed, 15 May 2024 17:19:17 +0200 Subject: [PATCH] TC 2024-05-15 --- examples/Org.OData.Capabilities.V1.capabilities.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Org.OData.Capabilities.V1.capabilities.md b/examples/Org.OData.Capabilities.V1.capabilities.md index a992ccf9..57488403 100644 --- a/examples/Org.OData.Capabilities.V1.capabilities.md +++ b/examples/Org.OData.Capabilities.V1.capabilities.md @@ -64,7 +64,7 @@ However, if insertability was static, the value would be a boolean literal and n } ``` -If tool restrictions prevented annotation targets with navigation properties in them, like the `Headers/Items` target, then non-insertable and non-updatable properties on item and subitem level would be annotated on the `Headers` target: +If limitations such as tool restrictions prevented annotation targets with navigation properties in them, like the `Headers/Items` target, then non-insertable and non-updatable properties on item and subitem level would be annotated on the `Headers` target: ```jsonc "self.Container/Headers": { @@ -77,7 +77,7 @@ If tool restrictions prevented annotation targets with navigation properties in ## Subitem Level -If there are no such tool restrictions, the subitem level is annotated using `NavigationRestrictions` on item level and `InsertRestrictions` and `UpdateRestrictions` on subitem level. +If there are no such tool limitations, the subitem level is annotated using `NavigationRestrictions` on item level and `InsertRestrictions` and `UpdateRestrictions` on subitem level. ```jsonc "self.Container/Headers/Items": {