[null,null,["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003eThis documentation details how to update an existing Floodlight group using the Display & Video 360 API.\u003c/p\u003e\n"],["\u003cp\u003eThe API request requires specifying the Floodlight group ID, partner ID, and the fields to update using an update mask.\u003c/p\u003e\n"],["\u003cp\u003eA successful update will return the updated Floodlight group object in the response.\u003c/p\u003e\n"],["\u003cp\u003eUsers need to have the \u003ccode\u003ehttps://www.googleapis.com/auth/display-video\u003c/code\u003e OAuth scope to authorize this request.\u003c/p\u003e\n"]]],[],null,["# Method: floodlightGroups.patch\n\n| Display \\& Video 360 API v1 has been 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 an existing Floodlight group. Returns the updated Floodlight group if successful.\n\n### HTTP request\n\n`PATCH https://displayvideo.googleapis.com/v1/floodlightGroups/{floodlightGroup.floodlightGroupId}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|-------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `floodlightGroup.floodlightGroupId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The unique ID of the Floodlight group. Assigned by the system. |\n\n### Query parameters\n\n| Parameters ||\n|--------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `partnerId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The partner context by which the Floodlight group is being accessed. |\n| `updateMask` | `string (`[FieldMask](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask)` 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 [FloodlightGroup](/display-video/api/reference/rest/v1/floodlightGroups#FloodlightGroup).\n\n### Response body\n\nIf successful, the response body contains an instance of [FloodlightGroup](/display-video/api/reference/rest/v1/floodlightGroups#FloodlightGroup).\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)."]]