Update a task's status and recompute plan completion.
Path Parameters
plan_id*Plan Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PATCH "https://example.com/memory/plans/string/task" \ -H "Content-Type: application/json" \ -d '{ "task_id": "string", "status": "string" }'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}