[null,null,["最后更新时间 (UTC):2023-12-02。"],[[["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"]]