Updates a billing account's fields. Currently the only field that can be edited is displayName. The current authenticated user must have the billing.accounts.update IAM permission, which is typically given to the administrator of the billing account.
[[["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 2024-05-15 UTC."],[[["This endpoint updates the fields of a specified billing account, with `displayName` being the only currently editable field."],["The request uses a `PATCH` method with a URL that utilizes gRPC Transcoding syntax and requires the billing account's name as a path parameter."],["The `updateMask` query parameter allows for the specification of the fields to be updated, supporting only `displayName` at present."],["The request body must contain an instance of the `BillingAccount` resource, and a successful response will also contain a `BillingAccount` instance."],["To use this endpoint, the authenticated user needs the `billing.accounts.update` IAM permission, and one of the listed OAuth scopes."]]],[]]