File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -422,7 +422,6 @@ definitions using the `projection on` syntax.
422422You can use nested projections or aliases as known from entity projections.
423423Only the effective signature of the projection is relevant.
424424
425- <!-- cds-mode: upcoming -->
426425``` cds
427426type CustomerData : projection on Customer {
428427 name.firstName, // select from structures
Original file line number Diff line number Diff line change @@ -1378,13 +1378,13 @@ Content-Type: image/png
13781378
13791379One option is to delete the complete entity, including all media data:
13801380
1381- ``` cds
1381+ ``` http
13821382DELETE ../Books(201)
13831383```
13841384
13851385Alternatively, you can delete a media data element individually:
13861386
1387- ``` cds
1387+ ``` http
13881388DELETE ../Books(201)/image
13891389```
13901390
You can’t perform that action at this time.
0 commit comments