TSK64 (REST): Add PUT /microstory/{id} resource to update microstories (details)
TSK64 (REST): Add PUT /microstory/{id} resource to update microstories (details)
Commit
50c3e7299aa3766fca33f9bc2dc651df47868206
by sadielgodales
TSK64 (REST): Add PUT /microstory/{id} resource to update microstories Implements the PUT /microstory/{id} endpoint to update an existing microstory. The request requires authentication and only allows modification of microstories owned by the authenticated user. and test.
Commit
2b0a7b6db020610dc9733134e1cc47c782cca662
by sadielgodales
TSK64 (REST): Add PUT /microstory/{id} resource to update microstories Implements the PUT /microstory/{id} endpoint to update an existing microstory. The request requires authentication and only allows modification of microstories owned by the authenticated user. and test.