Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl committed Sep 27, 2024
1 parent f5f1d68 commit 5aac772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/odata-csdl-xml/odata-csdl-xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -2851,6 +2851,7 @@ The value of `Nullable` is one of the Boolean literals `true` or
The value `true` means that the parameter accepts a `null` value.

### <a id="AnnotationCoreOptionalParameter.23.4" href="#AnnotationCoreOptionalParameter.23.4">Annotation `Core.OptionalParameter`</a>

An `edm:Parameter` element that is annotated with the term [`Core.OptionalParameter`](https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Core.V1.md#OptionalParameter) MAY be omitted when invoking the function or action.

All parameters marked as optional MUST come after any parameters not marked as optional.
Expand Down
1 change: 1 addition & 0 deletions odata-csdl/12 Action and Function.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ The value of `Nullable` is one of the Boolean literals `true` or
The value `true` means that the parameter accepts a `null` value.

### ##subisec Annotation `Core.OptionalParameter`

An `edm:Parameter` element that is annotated with the term
[`Core.OptionalParameter`]($$$OData-VocCore$$$#OptionalParameter) MAY be
omitted when invoking the function or action.
Expand Down

0 comments on commit 5aac772

Please sign in to comment.