RelayIngestResponse
Response to an accepted relay event.
acceptedbooleanrequired
Always true on a 202: the event is durably buffered.
duplicatebooleanrequired
true when an event with the same delivery id was already buffered
(a pipeline retry); the buffer is unchanged.
RelayIngestResponse
{
"accepted": true,
"duplicate": true
}