This endpoint is used to update the shards that exist in a previously created conduit.
I have tested this in my own bot, combined with the Create Conduit & Get Conduits endpoint I implemented earlier, and verified that it works as expected (at least for my use case).
I'm not 100% sure if I've covered all edge cases.
I have not updated eventsub::TransportMethod because I'm not sure exactly where that's used.
I have not added all helpers to TransportResponse/Transport, but will do so
This endpoint is used to update the shards that exist in a previously created conduit.
I have tested this in my own bot, combined with the Create Conduit & Get Conduits endpoint I implemented earlier, and verified that it works as expected (at least for my use case). I'm not 100% sure if I've covered all edge cases.
I have not updated
eventsub::TransportMethod
because I'm not sure exactly where that's used.I have not added all helpers to
TransportResponse
/Transport
, but will do so