SuccessChanges

Summary

  1. TSK64 (REST): Add PUT /microstory/{id} resource to update microstories (details)
Commit 78aaf0b241c5ff4b87adcde071c66fc428d27203 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.
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)
The file was modifiedtests/src/main/resources/scripts/cleanup.sql (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java (diff)