POST /_ccr/auto_follow/{name}/resume
Console
POST /_ccr/auto_follow/my_auto_follow_pattern/resume
curl \
--request POST 'http://api.example.com/_ccr/auto_follow/{name}/resume' \
--header "Authorization: $API_KEY"
Response examples (200)
A successful response `POST /_ccr/auto_follow/my_auto_follow_pattern/resume`, which resumes an auto-follow pattern.
{
"acknowledged" : true
}