Create or update workflow for an inventory
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/inventories/{inventoryId}/workflows
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/inventories/{inventoryId}/workflows
curl -i -X POST \
https://codeinsightapi.redocly.app/_mock/swagger/inventories/1/workflows \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '[
{
"key": "string",
"value": "string"
}
]'