API
Reopen a recommendation
Return a decided recommendation to the open state.
POST
/v1/recommendations/{recommendationId}/reopenExample
curl -X POST "https://silent-viper-157.convex.site/v1/recommendations/rec_456/reopen" \ -H "Authorization: Bearer $ASKENGINE_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "note": "Revisiting after new evidence." }'Request Body
note?stringResponse
{ "data": { "recommendationId": "rec_456" }}