Commit
7e1f08fc255274071907c95cdcaf7ea55bf43acb
by sadielgodalestsk64: Add resource for updating microstories
Description:
Implemented the PUT endpoint to update existing microstories.
Supports the routes /user/{login}/microstory/{id} or
/microstory/{id}.
The request body contains the updated microstory data.
Authentication is required, and only the owner of the microstory
is allowed to modify it.