output.webhook.event-name-conflict
- Category
- Generated output
- Default severity
- Warning
- Applies to
- API specification
- Default outcome
- Completed with warnings
- Recommended action
- Fix the source
- Grouped by
- Defect code
Why it matters
One wire event name is declared for multiple HTTP methods with differing payloads; only the first declaration is emitted, the rest are refused.
How to fix it
- Give each payload variant its own event name, or make the re-declared payloads identical.