Method: legacy.legacyUpdateFinding

Full name: projects.locations.instances.legacy.legacyUpdateFinding

Legacy endpoint for updating a Finding with new feedback.

HTTP request

POST https://chronicle.googleapis.com/v1alpha/{instance}/legacy:legacyUpdateFinding

Path parameters

Parameters
instance

string

Required. Chronicle instance this request is sent to. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body contains data with the following structure:

JSON representation
{
  "finding_id": string,
  "feedback": {
    object (Feedback)
  }
}
Fields
finding_id

string (bytes format)

Required. The unique ID of the finding to update.

A base64-encoded string.

feedback

object (Feedback)

Required. The analyst-supplied feedback on the finding.

Response body

The UpdateFinding response.

If successful, the response body contains data with the following structure:

JSON representation
{
  "finding": {
    object (Finding)
  }
}
Fields
finding

object (Finding)

The updated Finding, which contains the feedback_history as well as the feedback_summary.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the instance resource:

  • chronicle.legacies.legacyUpdateFinding

For more information, see the IAM documentation.