Subscriptions
Update a subscription
Subscriptions
Update a subscription
This endpoint updates a subscription
PUT
/
v1
/
projects
/
{projectID}
/
subscriptions
/
{subscriptionID}
Authorizations
Body
application/json
Deprecated but necessary for backward compatibility
Destination endpoint ID
Convoy supports mutating your request payload using a js function. Use this field
to specify a transform
function for this purpose. See this[https://docs.getconvoy.io/product-manual/subscriptions#functions] for more
Subscription Nme
Retry configuration
Used to specify a valid Go time duration e.g 10s, 1h3m for how long to wait between event delivery retries
Used to specify a time in seconds for how long to wait between event delivery retries,
Used to specify the max number of retries
Retry Strategy type
Available options:
linear
, exponential
Source Id
Response
202 - application/json
Available options:
offline
, online
, disabled
Available options:
active
, inactive
, pending
, paused
Available options:
github
, twitter
, shopify
Available options:
sqs
, google
, kafka
, amqp
Available options:
http
, rest_api
, pub_sub
, db_change_stream
Available options:
noop
, hmac
, basic_auth
, api_key
Available options:
cli
, api
Was this page helpful?