mirror of
https://github.com/tubearchivist/docs.git
synced 2024-11-14 16:10:12 +00:00
fix playlist bulk update curl command
This commit is contained in:
parent
886825cf2c
commit
f2459ba366
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user