Sources

Update a source

This endpoint updates a source

put/v1/projects/{projectID}/sources/{sourceID}

Path parameters

projectIDstring required

Project ID

sourceIDstring required

source id

Request body

forward_headersstring[]

Soecfy header you want convoy to save from the ingest request and forward to your endpoints when the event is dispatched.

idempotency_keysstring[]

IdempotencyKeys are used to specify parts of a webhook request to uniquely identify the event in an incoming webhooks project.

is_disabledboolean

This is used to manually enable/disable the source.

namestring

Source name.

type'http' | 'rest_api' | 'pub_sub' | 'db_change_stream'

Response

OK

messagestring
statusboolean

Changes