Update Task
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/tasks/{taskId}
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/tasks/{taskId}
curl -i -X PUT \
https://codeinsightapi.redocly.app/_mock/swagger/tasks/1 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"summary": "Summary for the task",
"priority": "MEDIUM",
"details": "Details of the task"
}'