[[["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-05-19 UTC."],[[["\u003cp\u003eThis endpoint updates an existing Customer resource for a reseller or distributor, specified by the \u003ccode\u003ecustomer.name\u003c/code\u003e in the URL path.\u003c/p\u003e\n"],["\u003cp\u003eThe request utilizes a PATCH HTTP method with gRPC Transcoding syntax to target a specific customer resource, through the URL.\u003c/p\u003e\n"],["\u003cp\u003eThe request optionally supports an \u003ccode\u003eupdateMask\u003c/code\u003e query parameter, which allows for the specification of fields to be updated in the customer resource.\u003c/p\u003e\n"],["\u003cp\u003eThe request body and successful response body both utilize an instance of the Customer resource, while possible errors include \u003ccode\u003ePERMISSION_DENIED\u003c/code\u003e, \u003ccode\u003eINVALID_ARGUMENT\u003c/code\u003e, and \u003ccode\u003eNOT_FOUND\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/apps.order\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.customers.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- [Try it!](#try-it)\n\nUpdates an existing [Customer](/channel/docs/reference/rest/v1/accounts.customers#Customer) resource for the reseller or distributor.\n\nPossible error codes:\n\n- PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request.\n- INVALID_ARGUMENT: Required request parameters are missing or invalid.\n- NOT_FOUND: No [Customer](/channel/docs/reference/rest/v1/accounts.customers#Customer) resource found for the name in the request.\n\nReturn value: The updated [Customer](/channel/docs/reference/rest/v1/accounts.customers#Customer) resource.\n\n### HTTP request\n\n`PATCH https://cloudchannel.googleapis.com/v1/{customer.name=accounts/*/customers/*}`\n\nThe URL uses [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 [Customer](/channel/docs/reference/rest/v1/accounts.customers#Customer).\n\n### Response body\n\nIf successful, the response body contains an instance of [Customer](/channel/docs/reference/rest/v1/accounts.customers#Customer).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/apps.order`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]