Skip to content

Instantly share code, notes, and snippets.

@Akintola
Last active June 23, 2021 00:45
Show Gist options
  • Save Akintola/60944b7454122430efab222c49896348 to your computer and use it in GitHub Desktop.
Save Akintola/60944b7454122430efab222c49896348 to your computer and use it in GitHub Desktop.
curl -H "Content-Type: application/json" "127.0.0.1:9200/mangas/_doc/1?pretty" -d '
{
"id": 1,
"title": "One piece",
"author": "Eiichiro Oda",
"url": "https://myanimelist.net/manga/13/One_Piece"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment