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 page details how to update a \u003ccode\u003eQaQuestion\u003c/code\u003e resource using a \u003ccode\u003ePATCH\u003c/code\u003e HTTP request to a specified endpoint.\u003c/p\u003e\n"],["\u003cp\u003eUpdating a \u003ccode\u003eQaQuestion\u003c/code\u003e requires the use of path parameters, specifically the \u003ccode\u003eqaQuestion.name\u003c/code\u003e, and the \u003ccode\u003eupdateMask\u003c/code\u003e query parameter to define which fields will be modified.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain an instance of \u003ccode\u003eQaQuestion\u003c/code\u003e with updated information, and a successful request will return the updated \u003ccode\u003eQaQuestion\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization to update a \u003ccode\u003eQaQuestion\u003c/code\u003e requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and the IAM permission \u003ccode\u003econtactcenterinsights.qaQuestions.update\u003c/code\u003e on the resource.\u003c/p\u003e\n"],["\u003cp\u003eThe available updateable fields for a \u003ccode\u003eQaQuestion\u003c/code\u003e include \u003ccode\u003eabbreviation\u003c/code\u003e, \u003ccode\u003eanswerChoices\u003c/code\u003e, \u003ccode\u003eanswerInstructions\u003c/code\u003e, \u003ccode\u003eorder\u003c/code\u003e, \u003ccode\u003equestionBody\u003c/code\u003e, and \u003ccode\u003etags\u003c/code\u003e.\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}/v1alpha1/{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/v1alpha1/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/v1alpha1/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)."]]