Update a storyAsk AIpatch https://api.atono.io/api/v1/stories/{id}Updates a story’s attributes and relationships by its UUID or handle.Path ParamsidstringrequiredThe UUID or handle of the story. The handle is the item ID shown in the Atono application (e.g., STORY-123).Body ParamsInformation to update in the story.dataobjectrequiredA story represents a piece of planned work in Atono, typically written from the user’s perspective. It includes a user story statement, acceptance criteria, and optional context to guide implementation or review.data objectResponses 200Successfully updated the story. 404The story could not be found, or one of the requested related resources (include) does not exist.Updated 10 months ago