From f2459ba36661c139a9e5019c33d1008089c5dc85 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 4 Sep 2024 17:48:37 +0200 Subject: [PATCH] fix playlist bulk update curl command --- mkdocs/docs/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/advanced.md b/mkdocs/docs/advanced.md index 8537a98..5990cff 100644 --- a/mkdocs/docs/advanced.md +++ b/mkdocs/docs/advanced.md @@ -55,7 +55,7 @@ Curl commands to run within the TA container to reactivate documents: ??? bug "Playlists" ```bash - curl -XPOST "$ES_URL/ta_video/_update_by_query?pretty" -u elastic:$ELASTIC_PASSWORD -H "Content-Type: application/json" -d ' + curl -XPOST "$ES_URL/ta_playlist/_update_by_query?pretty" -u elastic:$ELASTIC_PASSWORD -H "Content-Type: application/json" -d ' { "query": { "term": {