For the given folderId mark as reviewed/unreviewed. Only the Analyst has the permission to do this operation.
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/codebasefolder/{folderId}/review
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/codebasefolder/{folderId}/review
curl -i -X PUT \
'https://codeinsightapi.redocly.app/_mock/swagger/codebasefolder/1/review?isRemote=false&markAsReviewed=false' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'