<!-- If this issue relates to usage of the package, whether a question, bug or similar, along with your query, please paste your devtools::session_info() or sessionInfo() into the code block below. If not, delete all this and proceed :) Please also include your Elasticsearch version as behavior of this package varies with the Elasticsearch version you're connecting to. --> <!-- make sure to include code examples if applicable and highlight your code in code blocks like below (remove it if you aren't showing any code examples) Make absolutely sure not to include any secrets in your issue! --> <details> <summary><strong>Session Info</strong></summary> ```r cluster_reroute(conn = z,body=x) ``` Error in cli$post(body = body, query = args, encode = "json") : argument "args" is missing, with no default My body is a json I don't see an args argument in the docs </details>