We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65a8e9 commit 4e84210Copy full SHA for 4e84210
core/dto.md
@@ -319,13 +319,13 @@ resources:
319
App\Entity\Book:
320
collectionOperations:
321
create:
322
- method: POST,
323
- input: App\Dto\CreateBook,
+ method: POST
+ input: App\Dto\CreateBook
324
output: App\Dto\BookOutput
325
itemOperations:
326
update:
327
- method: PUT,
328
- input: App\Dto\UpdateBook,
+ method: PUT
+ input: App\Dto\UpdateBook
329
330
```
331
0 commit comments