Skip to content

Commit d6f84f4

Browse files
authored
Merge pull request #1181 from brunonic/patch-1
Update dto.md
2 parents c65a8e9 + 4e84210 commit d6f84f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/dto.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,13 +319,13 @@ resources:
319319
App\Entity\Book:
320320
collectionOperations:
321321
create:
322-
method: POST,
323-
input: App\Dto\CreateBook,
322+
method: POST
323+
input: App\Dto\CreateBook
324324
output: App\Dto\BookOutput
325325
itemOperations:
326326
update:
327-
method: PUT,
328-
input: App\Dto\UpdateBook,
327+
method: PUT
328+
input: App\Dto\UpdateBook
329329
output: App\Dto\BookOutput
330330
```
331331

0 commit comments

Comments
 (0)