91103: Event type list is empty
EVENTS
ERROR
This error occurs when you create or update an Event Streams subscription without providing any event types in the Types list. Event Streams subscriptions require a set of event type and schema version pairs, and the Subscription resource requires the types request parameter.
- Your request to the Subscription resource included an empty
Typesarray. - Your application built the subscription payload without adding any event type entries before sending the request.
- Add at least one event type to the
Typesparameter when you create the subscription. Each entry should identify an existing event type and can include aschema_version. - Verify the event types you want to subscribe to before sending the request. Use the Event Type resource to review available event types and schemas.
- If you manage event types after creating the subscription, use the Subscribed Event resource to add event types to the subscription instead of submitting an empty list.