[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eUpdates a specified Ads Data Hub user list with provided details.\u003c/p\u003e\n"],["\u003cp\u003eThe request must include a field mask specifying which fields to update (title, description, or recipientAdsDataLinks).\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain a UserList object with the desired updates.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful responses will return the updated UserList object.\u003c/p\u003e\n"],["\u003cp\u003eThis action requires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This document details updating an Ads Data Hub-managed user list via a `PATCH` HTTP request to a specific URL using gRPC Transcoding syntax. The URL requires the `userList.name` path parameter. The `updateMask` query parameter is mandatory for partial updates, specifying updatable fields like `title`, `description`, or `recipientAdsDataLinks`. The request and response bodies utilize the `UserList` resource. Authorization requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope.\n"],null,["- [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\nUpdates the requested Ads Data Hub-managed user list.\n\nHTTP request\n\n`PATCH https://adsdatahub.googleapis.com/v1/{userList.name=customers/*/userLists/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `userList.name` | `string` Output only. Immutable. Name that uniquely identifies an Ads Data Hub user list. It has the form customers/\\[customerId\\]/userLists/\\[userListId\\] |\n\nQuery parameters\n\n| Parameters ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `updateMask` | `string (`[FieldMask](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask)` format)` Required. Field mask to support partial updates. Only the following paths may be updated via the API: - title - description - recipientAdsDataLinks This is a comma-separated list of fully qualified names of fields. Example: `\"user.displayName,photo\"`. |\n\nRequest body\n\nThe request body contains an instance of [UserList](/ads-data-hub/marketers/reference/rest/v1/customers.userLists#UserList).\n\nResponse body\n\nIf successful, the response body contains an instance of [UserList](/ads-data-hub/marketers/reference/rest/v1/customers.userLists#UserList).\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsdatahub`"]]