Update the given proposal to pause serving. This method will set the DealServingMetadata.DealPauseStatus.has_buyer_paused bit to true for all deals in the proposal.
It is a no-op to pause an already-paused proposal. It is an error to call proposals.pause for a proposal that is not finalized or renegotiating.
HTTP request
POST https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/proposals/{proposalId}:pause
[[["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 method pauses serving for all deals in the given proposal by setting the `DealServingMetadata.DealPauseStatus.has_buyer_paused` bit to true."],["It only works on finalized proposals and is a no-op if the proposal is already paused."],["The request requires the account ID, proposal ID, and an optional reason for pausing displayed to the seller."],["Successful execution returns the updated [Proposal](/authorized-buyers/apis/reference/rest/v2beta1/accounts.proposals#Proposal) object."],["Requires authorization with the `https://www.googleapis.com/auth/adexchange.buyer` scope."]]],[]]