Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/07/08 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2024/07/08 (UTC)."],[[["This documentation details how to update an existing Floodlight group using the Display & Video 360 API."],["The API request requires specifying the Floodlight group ID, partner context, and the fields to update using a field mask."],["A successful update will return the updated Floodlight group object in the response body."],["Proper authorization with the `https://www.googleapis.com/auth/display-video` scope is necessary to use this API."]]],["The core content describes how to update a Floodlight group using the Display & Video 360 API. This is done via a `PATCH` HTTP request to the specified URL, including the unique `floodlightGroupId`. The request also requires `partnerId` and `updateMask` as query parameters. The request body contains the updated FloodlightGroup data, and a successful response returns the updated `FloodlightGroup`. This API action requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]