[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eThis page describes how to update information about a specific brand using a PATCH request.\u003c/p\u003e\n"],["\u003cp\u003eUpdating a field that accepts a list requires providing the complete list in the update request, as partial updates are not supported.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ebrand.name\u003c/code\u003e path parameter is a unique identifier for the brand, defined by the platform, and it is output only.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eupdateMask\u003c/code\u003e query parameter specifies which fields of the brand are being updated, using a comma-separated list of field names.\u003c/p\u003e\n"],["\u003cp\u003eBoth the request and response bodies use the \u003ccode\u003eBrand\u003c/code\u003e resource, described in the provided link.\u003c/p\u003e\n"]]],[],null,["# Method: brands.patch\n\nUpdates information about a brand.\n\n\u003cbr /\u003e\n\n| **Caution**: If you update a field that takes a list as input, you must include the entire list in the update request. Updates to list fields replace the entire list.\n\n\u003cbr /\u003e\n\n### HTTP request\n\n`PATCH https://businesscommunications.googleapis.com/v1/{brand.name=brands/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------------|------------------------------------------------------------------------------------|\n| `brand.name` | `string` Output only. The unique identifier of the brand. Defined by the platform. |\n\n### Query parameters\n\n| Parameters ||\n|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `updateMask` | `string (`[FieldMask](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask)` format)` The update mask applies to the resource. For the FieldMask definition, see \u003chttps://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask\u003e This is a comma-separated list of fully qualified names of fields. Example: `\"user.displayName,photo\"`. |\n\n### Request body\n\nThe request body contains an instance of [Brand](/business-communications/rcs-business-messaging/reference/business-communications/rest/v1/brands#Brand).\n\n### Response body\n\nIf successful, the response body contains an instance of [Brand](/business-communications/rcs-business-messaging/reference/business-communications/rest/v1/brands#Brand)."]]