API Reference
Reopen a recommendation
Return a decided recommendation to the open state.
POST
/v1/recommendations/{recommendationId}/reopenExample
curl -X POST "https://example.com/v1/recommendations/string/reopen" \ -H "Authorization: Bearer $ASKENGINE_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "note": "Revisiting after new evidence." }'Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response
{ "data": { "recommendationId": "rec_456" }}