diff --git a/tools/cds-cli.md b/tools/cds-cli.md index c71e8f1bd..f5560551d 100644 --- a/tools/cds-cli.md +++ b/tools/cds-cli.md @@ -482,7 +482,7 @@ could look like this: ```cds [srv/data-service.cds] using { sap.capire.flights as my } from '../db/schema'; -@data.product @hcql @rest @odata +@hcql @rest @odata service sap.capire.flights.data { @readonly entity Flights as projection on my.Flights; @readonly entity Airlines as projection on my.Airlines;