Open
Description
I am using the [email protected], and I met an error when using the source
query that is
{"error":{"root_cause":[{"type":"illegal_state_exception","reason":"source and source_content_type parameters are required"}],"type":"illegal_state_exception","reason":"source and source_content_type parameters are required"},"status":500}
I found that source_content_type
parameter must also be specified with the media type of the source following the official document.
Could you update the plugin to support this? Thanks.