Streaming Export | Convex Developer Hub
/api/list_snapshot
/api/document_deltas
these endpoints in the docs(https://docs.convex.dev/streaming-export-api) and in the connector show camelcase params(tableName), but in actuality, only work when provided snake case params(table_name).
I'm not sure how convex wants to address this, if the backend should match the docs, or if they want to update docs, so not sure the best place to post this issue. thank you!

