Update an event stream
Event Streams
Update an event stream
Updates the event-stream subscription. Only fields present in the request body are changed. Returns the updated event stream.
PUT
Update an event stream
Authorizations
Path Parameters
Body
application/json
Body of a PUT /v6/event-streams/{eventStreamId} request.
Choose between static or dynamic description
Choose between static or dynamic name
Response
Successful response
Stored event stream definition. Fields name and description are unevaluated and appear in buildtime-evaluatable form.
The description as configured: a literal value, or an expression (type:string) when defined dynamically.
filters
(APPLICATION_TYPE · object | EVENT_NAME · object | EVENT_TYPE · object | PERSON_ID · object | SANDBOX · object)[]
required
- APPLICATION_TYPE
- EVENT_NAME
- EVENT_TYPE
- PERSON_ID
- SANDBOX
The name as configured: a literal value, or an expression (type:string) when defined dynamically.
