---
title: "PATCH /v1/{+name}"
method: PATCH
path: "/v1/{+name}"
tags: ["organizations"]
---

# PATCH /v1/{+name}

`PATCH /v1/{+name}`

Updates a specific feedback report.

## Path parameters

- `name` string, required

## Query parameters

- `updateMask` string
- `updateMask` string

## Request body

- GoogleCloudApigeeV1SecurityFeedback — Represents a feedback report from an Advanced API Security customer.
  - `name` string — Output only. Identifier. The feedback name is intended to be a system-generated uuid.
  - `createTime` string, google-datetime — Output only. The time when this specific feedback id was created.
  - `feedbackType` 'FEEDBACK_TYPE_UNSPECIFIED' | 'EXCLUDED_DETECTION' — Required. The type of feedback being submitted.
  - `updateTime` string, google-datetime — Output only. The time when this specific feedback id was updated.
  - `feedbackContexts` GoogleCloudApigeeV1SecurityFeedbackFeedbackContext[] — Required. One or more attribute/value pairs for constraining the feedback.
    - `attribute` 'ATTRIBUTE_UNSPECIFIED' | 'ATTRIBUTE_ENVIRONMENTS' | 'ATTRIBUTE_IP_ADDRESS_RANGES' — Required. The attribute the user is providing feedback about.
    - `values` string[] — Required. The values of the attribute the user is providing feedback about.
  - `reason` 'REASON_UNSPECIFIED' | 'INTERNAL_SYSTEM' | 'NON_RISK_CLIENT' | 'NAT' | 'PENETRATION_TEST' | 'OTHER' — Optional. The reason for the feedback.
  - `displayName` string — Optional. The display name of the feedback.
  - `comment` string — Optional. Optional text the user can provide for additional, unstructured context.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/apigee.md) · [All operations](https://skmtc.net/google/apis/apigee/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/apigee/versions/6e272fa448a7/schema)
