core
core copied to clipboard
PUT on non-existing classes
Usecase is PUT /books/129481 should create a Book with id 129481
- [ ] add an Operation configuration to enable the behavior
- [ ] PUT on non-existent resource should not return a 404 if configured
- [ ] PUT on non-existent resource should create the resource with the correct id