Skip to content

Commit

Permalink
valid for OData v4.01
Browse files Browse the repository at this point in the history
  • Loading branch information
renejeglinsky committed Feb 5, 2024
1 parent 83b861d commit 6fbd758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced/odata.md
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ Annotate an entity with `@odata.singleton` or `@odata.singleton.nullable`, to us
```cds
service Sue {
@odata.singleton entity MySingleton {
key id : String; // can be omitted
key id : String; // can be omitted in OData v4.01
prop : String;
assoc : Association to myEntity;
}
Expand Down

0 comments on commit 6fbd758

Please sign in to comment.