core icon indicating copy to clipboard operation
core copied to clipboard

PUT on non-existing classes

Open soyuka opened this issue 3 years ago • 0 comments

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

soyuka avatar Sep 16 '22 09:09 soyuka