Update a source
This endpoint updates a source
Authorizations
Path Parameters
Project ID
source id
Body
Function is a javascript function used to mutate the payload immediately after ingesting an event
Custom response is used to define a custom response for incoming webhooks project sources only.
Soecfy header you want convoy to save from the ingest request and forward to your endpoints when the event is dispatched.
Function is a javascript function used to mutate the headers immediately after ingesting an event
IdempotencyKeys are used to specify parts of a webhook request to uniquely identify the event in an incoming webhooks project.
This is used to manually enable/disable the source.
Source name.
PubSub are used to specify message broker sources for outgoing
webhooks projects, you only need to specify this when the source type is pub_sub
.
Source Type.
http
, rest_api
, pub_sub
, db_change_stream
Verifiers are used to verify webhook events ingested in incoming webhooks projects. If set, type is required and match the verifier type object you choose.
Response
Was this page helpful?