SuccessChanges

Summary

  1. tsk63: Adds microstory creation endpoint and tests (details)
Commit 24f2d0b11c7e1370a61dd0c686ce5590a86316f8 by senrapastorizabreixo
tsk63: Adds microstory creation endpoint and tests
Introduced a new POST `/microstory` endpoint in `StoryResource` to
handle microstory creation with proper validations and error handling.
Updated
`StoryService` integration to generate location URIs for created
stories. Added test cases to validate success, bad request, and
forbidden scenarios.
The file was modifiedrest/src/main/java/es/uvigo/esei/microstories/rest/StoryResource.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java (diff)