accounts
Update given deals to pause serving. This method will set the DealServingMetadata.DealPauseStatus.has_buyer_paused bit to true for all listed deals in the request. Currently, this method only applies to PG and PD deals. For PA deals, call accounts.proposals.pause endpoint. It is a no-op to pause already-paused deals. It is an error to call PauseProposalDeals for deals which are not part of the proposal of proposal_id or which are not finalized or renegotiating.
post/v2beta1/accounts/{accountId}/finalizedProposals/{proposalId}:pause
Path parameters
accountIdstring required
Account ID of the buyer.
proposalIdstring required
The proposal_id of the proposal containing the deals.
Request body
Response
Successful response