Add files and/or folders to inventory item and returns the response message
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/inventories/{inventoryId}/files
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/inventories/{inventoryId}/files
curl -i -X PUT \
https://codeinsightapi.redocly.app/_mock/swagger/inventories/1/files \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"filePaths": [
"string"
],
"folderPaths": [
"string"
],
"markAssociatedFilesAsReviewed": false
}'