L'API dont vous êtes le héros is an interactive Java API that brings the adventure of "choose your own adventure" stories to life. Users can embark on unique journeys, make decisions at each step, and create dynamic narratives, all while experiencing the nostalgia of classic adventure books.
Create an endpoint that allows contributors to edit scenes in a story. The endpoint should verify that the contributor has sufficient permissions to make modifications. This feature will use a HATEOAS-compliant API approach to ensure hypermedia navigation through scenes within the story structure.
Quest:
Create a PUT endpoint that accepts scene modification requests.
Add links to the updated scene resource, allowing navigation to related actions.
Integrate with Spring Security to ensure only authenticated and authorized contributors can edit the scene.
Description:
Create an endpoint that allows contributors to edit scenes in a story. The endpoint should verify that the contributor has sufficient permissions to make modifications. This feature will use a HATEOAS-compliant API approach to ensure hypermedia navigation through scenes within the story structure.
Quest:
The keeper of the repo 🏰