[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003eThis documentation details how to update a location list using the Display & Video 360 API.\u003c/p\u003e\n"],["\u003cp\u003eIt involves sending a PATCH request to a specific endpoint, providing the advertiser ID and location list ID.\u003c/p\u003e\n"],["\u003cp\u003eYou'll need to use an update mask to specify the fields you want to change and include the updated location list in the request body.\u003c/p\u003e\n"],["\u003cp\u003eUpon successful execution, the API will respond with the updated location list.\u003c/p\u003e\n"],["\u003cp\u003eThis action requires authorization with the 'https://www.googleapis.com/auth/display-video' scope.\u003c/p\u003e\n"]]],[],null,["# Method: advertisers.locationLists.patch\n\n| Display \\& Video 360 API v2 has sunset.\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 a location list. Returns the updated location list if successful.\n\n### HTTP request\n\n`PATCH https://displayvideo.googleapis.com/v2/advertisers/{advertiserId}/locationLists/{locationList.locationListId}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|-------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The ID of the DV360 advertiser to which the location lists belongs. |\n| `locationList.locationListId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The unique ID of the location list. Assigned by the system. |\n\n### Query parameters\n\n| Parameters ||\n|--------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `updateMask` | `string (`[FieldMask](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask)` format)` Required. The mask to control which fields to update. 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 [LocationList](/display-video/api/reference/rest/v2/advertisers.locationLists#LocationList).\n\n### Response body\n\nIf successful, the response body contains an instance of [LocationList](/display-video/api/reference/rest/v2/advertisers.locationLists#LocationList).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/display-video`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2)."]]