Skip to content

Commit a8c369b

Browse files
authored
Merge branch 'main' into lean-draft-improvements
2 parents 5c323f5 + 9dcfb8f commit a8c369b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

cds/cdl.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ definitions using the `projection on` syntax.
422422
You can use nested projections or aliases as known from entity projections.
423423
Only the effective signature of the projection is relevant.
424424

425-
<!-- cds-mode: upcoming -->
426425
```cds
427426
type CustomerData : projection on Customer {
428427
name.firstName, // select from structures

guides/providing-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,13 +1378,13 @@ Content-Type: image/png
13781378

13791379
One option is to delete the complete entity, including all media data:
13801380

1381-
```cds
1381+
```http
13821382
DELETE ../Books(201)
13831383
```
13841384

13851385
Alternatively, you can delete a media data element individually:
13861386

1387-
```cds
1387+
```http
13881388
DELETE ../Books(201)/image
13891389
```
13901390

0 commit comments

Comments
 (0)