Create Task
Security
bearerAuth
Create new workflow task priority :"LOW, MEDIUM, HIGH" type : "MISCELLANEOUS, MANUAL_INVENTORY_REVIEW, REMEDIATE_INVENTORY"
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/tasks
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/tasks
curl -i -X POST \
'https://codeinsightapi.redocly.app/_mock/swagger/tasks?inventoryId=1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"owner": "admin",
"summary": "Summary for the task",
"priority": "MEDIUM",
"type": "MISCELLANEOUS",
"details": "Details of the task"
}'