SuccessChanges

Summary

  1. tsk41 Adds resource for modifying microhistories. (details)
Commit 1d2c21700f6646cca9429195166d6f47a42d72ba by yruben98
tsk41 Adds resource for modifying microhistories.
Adds in the path "/microstory/{id}" the possibility to send a PUT with
the new data of an existing microhistory (title, text, genre, topic and
subtopic). You can send all the data or only the data you want to
modify. Verifies that the request is authenticated, and the user who
modifies the microhistory is the author. Verifies that the data sent is
valid. Adds the necessary tests to verify that everything works
correctly according to the specifications.
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/StoryUpdateDto.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.java
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java