Skip to content

Commit fa2534e

Browse files
docs: rewrite intro to DTO (#2244)
1 parent d724e5a commit fa2534e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/dto.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ In API Platform, [the general design considerations](design.md) recommended patt
1414

1515
This reference covers three implementation strategies:
1616

17-
- [State Options: Linking a DTO Resource to an Entity for automated CRUD operations.](#1-the-dto-resource-state-options)
18-
- [Automated Mapped Inputs: Using input DTOs with stateOptions for automated Write operations.](#2-automated-mapped-inputs-and-outputs)
19-
- [Custom Business Logic: Using input DTOs with custom State Processors for specific business actions.](#3-custom-business-logic-custom-processor)
17+
- For automated CRUD operations, link a DTO Resource to an Entity: [State Options](#1-the-dto-resource-state-options)
18+
- For automated Write operation, use input DTOs with stateOptions: [Automated Mapped Inputs](#2-automated-mapped-inputs-and-outputs)
19+
- For specific business actions, use input DTOs with custom State Processors : [Custom Business Logic](#3-custom-business-logic-custom-processor)
2020

2121
## 1. The DTO Resource (State Options)
2222

0 commit comments

Comments
 (0)