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