Update idea
documentedUpdate fields on an existing idea.
PUT /ideas/{id}Ideasno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.prodpad.com/v1/ideas/{{$id}}" \
-X PUT \
-H "Authorization: Bearer {{PRODPAD_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"title": "{{$title}}", "description": "{{$description}}", "target_outcomes": "{{$target_outcomes}}", "actual_outcomes": "{{$actual_outcomes}}", "tags": {{$tags}}, "owner": "{{$owner}}", "roadmap_initiatives": {{$initiatives}}, "products": {{$products}}}'