[[["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."],[[["This documentation details how to update an existing Display & Video 360 creative using the API."],["It involves sending a PATCH request to a specific endpoint with the creative's advertiser and creative IDs."],["You can specify which fields to update using the `updateMask` query parameter."],["The request and response bodies both utilize the `Creative` object for data transfer."],["Authorization requires the `https://www.googleapis.com/auth/display-video` scope."]]],["The document outlines the process for updating a creative using the Display & Video 360 API. It employs a PATCH request to a specific URL: `https://displayvideo.googleapis.com/v1/advertisers/{creative.advertiserId}/creatives/{creative.creativeId}`. This requires two path parameters, `creative.advertiserId` and `creative.creativeId`. Additionally a required query parameter named `updateMask` controls field updates. The request body and response body each utilize the `Creative` resource. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope. The API version v1 has been sunset.\n"]]