zulip/zerver/webhooks/updown/fixtures
Zixuan James Li 84723654c8 webhooks: Use 200 status code for unknown events.
Because the third party might not be expecting a 400 from our
webhooks, we now instead use 200 status code for unknown events,
while sending back the error to Sentry. Because it is no longer an error
response, the response type should now be "success".

Fixes #24721.
2023-07-11 13:51:37 -07:00
..
check_down_one_event.json
check_multiple_events.json
check_up_again_one_event.json
check_up_first_time.json
unknown_event.json