[[["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."],[[["Updates an existing creative with the provided data."],["Uses a `PUT` request to the specified URL with `creative.accountId` and `creative.creativeId` as path parameters."],["Requires a request body containing a `Creative` object and returns an updated `Creative` object upon success."],["Needs authorization with the `https://www.googleapis.com/auth/adexchange.buyer` scope."]]],["This document details how to update a creative using a `PUT` HTTP request to a specific URL. The URL utilizes gRPC Transcoding syntax and includes `creative.accountId` and `creative.creativeId` as path parameters, which filter responses in the `creatives.list` method. The request body and response body both contain a `Creative` instance. The process requires OAuth scope: `https://www.googleapis.com/auth/adexchange.buyer`.\n"]]