Update ProdPad User Story
prodpad_update_userstoryUpdate an existing user story in ProdPad by ID, changing its text or acceptance criteria to keep product requirements accurate.
Instructions
Update the content or workflow of an existing user story.
Args:
id (string): Numeric ID of the user story (required)
story (string): Updated user story text
acceptance_criteria (string): Updated acceptance criteria
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric ID of the user story | |
| story | No | Updated user story text | |
| acceptance_criteria | No | Updated acceptance criteria |