curl --request POST \
--url http://localhost:3333/v1/tasks/{taskId}/regenerate \
--header 'X-API-Key: <api-key>'Update the task title, description, and automation status with the latest content from the framework template
curl --request POST \
--url http://localhost:3333/v1/tasks/{taskId}/regenerate \
--header 'X-API-Key: <api-key>'Was this page helpful?