Skip to content

Instantly share code, notes, and snippets.

@Akintola
Last active May 9, 2021 17:19
Show Gist options
  • Save Akintola/eb384ce7dfd3f4b828e45b1c698bf6b2 to your computer and use it in GitHub Desktop.
Save Akintola/eb384ce7dfd3f4b828e45b1c698bf6b2 to your computer and use it in GitHub Desktop.
curl -XPOST -H "Content-Type: application/json" "127.0.0.1:9200/mangas/_doc/1/_update?pretty" -d '
{
"doc": {
"url": "https://myanimelist.net/manga/14/One_Piece"
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment