Skip to main content
PUT
Update event stream

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

event_stream_id
string<uuid>
required

The ID of the event stream.

Body

application/json

Information needed to update an event stream.

name
string

Updated name for the event stream.

enabled
boolean

Whether the event stream should be enabled.

webhook_url
string

Updated webhook URL.

credentials
object

Authentication credentials for a webhook connection.

Response

200 - application/json

The updated event stream.

An event streaming connection that publishes events to an external system.

event_stream_id
string<uuid>
required

The ID of the event stream.

connection
object
required

The connection configuration for an event stream.

Last modified on July 10, 2026