- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
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 |
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 ( |
Fields | |
---|---|
finding_id |
Required. The unique ID of the finding to update. A base64-encoded string. |
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 ( |
Fields | |
---|---|
finding |
The updated Finding, which contains the |
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.