[[["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 outlines the process for adding a note to a proposal using the Authorized Buyers Marketplace API."],["The request is sent as a POST request to a specific endpoint with the proposal name as a path parameter."],["A JSON structured request body includes the note content, and a successful response returns the updated proposal."],["Authorization is needed via an OAuth scope related to the Authorized Buyers Marketplace."],["The method is incompatible with proposals classified as 'PRIVATE_AUCTION' according to the 'DealType'."]]],["This describes the process of adding a note to a proposal via an HTTP POST request to `https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{proposal=buyers/*/proposals/*}:addNote`. The request requires a `proposal` path parameter and a JSON request body containing a `note` object. The operation is unsupported for proposals with 'PRIVATE_AUCTION' deal types. Upon success, a `Proposal` instance is returned, authenticated by the `authorized-buyers-marketplace` OAuth scope.\n"]]