We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The /_ccr/resume_follow requires an empty object in the body ({})
/_ccr/resume_follow
{}
This should not be required and it would make it consistent with the /_ccr/pause_resume API that does not requires a body to be sent in the request.
/_ccr/pause_resume
The text was updated successfully, but these errors were encountered:
Pinging @elastic/es-distributed
Sorry, something went wrong.
[CCR] Resume follow Api should not require a request body
0ffb64d
Closes elastic#37022
[CCR] Resume follow Api should not require a request body (#37217)
1a41d84
Closes #37022
b61c427
93c7722
martijnvg
No branches or pull requests
The
/_ccr/resume_follow
requires an empty object in the body ({}
)This should not be required and it would make it consistent with the
/_ccr/pause_resume
API that does not requires a body to be sent in the request.The text was updated successfully, but these errors were encountered: