accounts
Update the given proposal to resume serving. This method will set the DealServingMetadata.DealPauseStatus.has_buyer_paused bit to false for all deals in the proposal. Note that if the has_seller_paused bit is also set, serving will not resume until the seller also resumes. It is a no-op to resume an already-running proposal. It is an error to call ResumeProposal for a proposal that is not finalized or renegotiating.
post/v2beta1/accounts/{accountId}/proposals/{proposalId}:resume
Path parameters
accountIdstring required
Account ID of the buyer.
proposalIdstring required
The ID of the proposal to resume.
Request body
ResumeProposalRequest required
Request message to resume (unpause) serving for an already-finalized proposal.
Response
Successful response