Identifier. The resource name of the question. Format: projects/{project}/locations/{location}/qaScorecards/{qaScorecard}/revisions/{revision}/qaQuestions/{qaQuestion}
Required. The list of fields to be updated. All possible fields can be updated by passing *, or a subset of the following updateable fields can be provided:
abbreviation
answerChoices
answerInstructions
order
questionBody
tags
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
Request body
The request body contains an instance of QaQuestion.
Response body
If successful, the response body contains an instance of QaQuestion.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-30 UTC."],[[["\u003cp\u003eThis endpoint uses a PATCH request to update a \u003ccode\u003eQaQuestion\u003c/code\u003e resource, identified by its unique name, which follows a specific format within a project, location, scorecard, and revision.\u003c/p\u003e\n"],["\u003cp\u003eThe URL structure follows gRPC Transcoding syntax and requires a specific endpoint derived from the supported service endpoints.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eupdateMask\u003c/code\u003e query parameter is required to specify which fields of the \u003ccode\u003eQaQuestion\u003c/code\u003e are to be updated, allowing for full or partial updates, with examples provided.\u003c/p\u003e\n"],["\u003cp\u003eThe request and response bodies both contain instances of the \u003ccode\u003eQaQuestion\u003c/code\u003e resource, and in order to use this api, the user needs to be authenticated with the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"],["\u003cp\u003eTo successfully update a \u003ccode\u003eQaQuestion\u003c/code\u003e, users must have the \u003ccode\u003econtactcenterinsights.qaQuestions.update\u003c/code\u003e IAM permission on the specified \u003ccode\u003ename\u003c/code\u003e resource.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.qaScorecards.revisions.qaQuestions.patch\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [Try it!](#try-it)\n\nUpdates a QaQuestion.\n\n### HTTP request\n\n`PATCH https://{endpoint}/v1/{qaQuestion.name=projects/*/locations/*/qaScorecards/*/revisions/*/qaQuestions/*}`\n\nWhere `{endpoint}` is one of the [supported service endpoints](/contact-center/insights/docs/reference/rest#rest_endpoints).\n\nThe URLs use [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [QaQuestion](/contact-center/insights/docs/reference/rest/v1/projects.locations.qaScorecards.revisions.qaQuestions#QaQuestion).\n\n### Response body\n\nIf successful, the response body contains an instance of [QaQuestion](/contact-center/insights/docs/reference/rest/v1/projects.locations.qaScorecards.revisions.qaQuestions#QaQuestion).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `contactcenterinsights.qaQuestions.update`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]