Skip to content

Mark file reviewed/unreviewed

Request

For the given fileId mark as reviewed/unreviewed. Only the Analyst has the permission to do this operation.

Security
bearerAuth
Path
fileIdinteger, (int64), >= 1required

ID of the File

Example:1
Query
isRemoteboolean

if true, fetch results of corresponding remote file

Default:false
markAsReviewedboolean

if true, mark file as reviewed

Default:false
curl -i -X PUT \
  'https://codeinsightapi.redocly.app/_mock/swagger/files/1/review?isRemote=false&markAsReviewed=false' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK