2025-09-10
▼ ▲ apigee.organizations.securityFeedback.create
Path : v1/{+parent}/securityFeedback
Flat Path : v1/organizations/{organizationsId}/securityFeedback
HTTP Method : POST
Parameters :
parent
Description : Required. Name of the organization. Use the following structure in your request: `organizations/{org}`.
Pattern : ^organizations/[^/]+$
Location : path
Required : Yes
Type : string
securityFeedbackId
Description : Optional. The id for this feedback report. If not provided, it will be set to a system-generated UUID.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Creates a new report containing customer feedback.
▼ ▲ apigee.organizations.securityFeedback.get
Path : v1/{+name}
Flat Path : v1/organizations/{organizationsId}/securityFeedback/{securityFeedbackId}
HTTP Method : GET
Parameters :
name
Description : Required. Name of the SecurityFeedback. Format: `organizations/{org}/securityFeedback/{feedback_id}` Example: organizations/apigee-organization-name/securityFeedback/feedback-id
Pattern : ^organizations/[^/]+/securityFeedback/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets a specific customer feedback report.
▼ ▲ apigee.organizations.securityFeedback.list
Path : v1/{+parent}/securityFeedback
Flat Path : v1/organizations/{organizationsId}/securityFeedback
HTTP Method : GET
Parameters :
parent
Description : Required. Name of the organization. Format: `organizations/{org}`. Example: organizations/apigee-organization-name/securityFeedback
Pattern : ^organizations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. The maximum number of feedback reports to return. The service may return fewer than this value. LINT.IfChange(documented_page_size_limits) If unspecified, at most 10 feedback reports will be returned. The maximum value is 100; values above 100 will be coerced to 100. LINT.ThenChange( //depot/google3/edge/sense/boq/service/v1/securityfeedback/securityfeedback_rpc.go:page_size_limits )
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. A page token, received from a previous `ListSecurityFeedback` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListSecurityFeedback` must match the call that provided the page token.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists all feedback reports which have already been submitted.
▼ ▲ apigee.organizations.securityFeedback.patch
Path : v1/{+name}
Flat Path : v1/organizations/{organizationsId}/securityFeedback/{securityFeedbackId}
HTTP Method : PATCH
Parameters :
name
Description : Output only. Identifier. The feedback name is intended to be a system-generated uuid.
Pattern : ^organizations/[^/]+/securityFeedback/[^/]+$
Location : path
Required : Yes
Type : string
updateMask
Description : Optional. The list of fields to update.
Location : query
Type : string
Format : google-fieldmask
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Updates a specific feedback report.
▼ ▲ apigee.organizations.securityFeedback.delete
Path : v1/{+name}
Flat Path : v1/organizations/{organizationsId}/securityFeedback/{securityFeedbackId}
HTTP Method : DELETE
Parameters :
name
Description : Required. Name of the SecurityFeedback to delete. Use the following structure in your request: `organizations/{org}/securityFeedback/{feedback_id}`
Pattern : ^organizations/[^/]+/securityFeedback/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Deletes a specific feedback report. Used for "undo" of a feedback submission.