Modifies thePushConfigfor a specified subscription.
This may be used to change a push subscription to a pull one (signified by an emptyPushConfig) or vice versa, or change the endpoint URL and other attributes of a push subscription. Messages will accumulate for delivery continuously through the call regardless of changes to thePushConfig.
HTTP request
Path parameters
Parameters
subscription
string
Required. The name of the subscription. Format isprojects/{project}/subscriptions/{sub}.
Request body
The request body contains data with the following structure:
Required. The push configuration for future deliveries.
An emptypushConfigindicates that the Pub/Sub system should stop pushing messages from the given subscription and allow messages to be pulled and acknowledged - effectively pausing the subscription ifsubscriptions.pullorStreamingPullis not called.
Response body
If successful, the response body is an empty JSON object.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-22 UTC."],[],[]]