# Update a project finding state (review and/or suppression) or severity (SAST) Update a project finding state (review and/or suppression) or severity Endpoint: PATCH /api/v3.0/projects/{projectUuid}/code/findings/{findingSnapshotId} Version: 3.0 Security: ## Path parameters: - `projectUuid` (string, required) UUID of the project - `findingSnapshotId` (string, required) UUID of the finding snapshot ## Response 200 fields (*/*): - `additionalData` (object) - `response` (object) - `response.message` (string) Example: "Operation succeeded" - `response.result` (any) - `response.success` (boolean) Example: true - `supportToken` (string) ## Response 400 fields (*/*): - `additionalData` (object) - `additionalData.message` (string) Example: "Something went wrong" - `additionalData.result` (string) Example: "error" - `additionalData.success` (boolean) - `response` (any) - `supportToken` (string) ## Response 403 fields (*/*): - `additionalData` (object) - `additionalData.message` (string) Example: "Something went wrong" - `additionalData.result` (string) Example: "error" - `additionalData.success` (boolean) - `response` (any) - `supportToken` (string) ## Response 500 fields (*/*): - `additionalData` (object) - `additionalData.message` (string) Example: "Something went wrong" - `additionalData.result` (string) Example: "error" - `additionalData.success` (boolean) - `response` (any) - `supportToken` (string)