File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ In API Platform, [the general design considerations](design.md) recommended patt
1414
1515This 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
You can’t perform that action at this time.
0 commit comments