Skip to content

Instantly share code, notes, and snippets.

@julie-mills
Created December 21, 2023 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julie-mills/fd13490d453d098aca50a5028d78f77d to your computer and use it in GitHub Desktop.
Save julie-mills/fd13490d453d098aca50a5028d78f77d to your computer and use it in GitHub Desktop.
POST /blog/posts/1
{
"title": "Elasticsearch Modeling",
"content": "A post about data modeling in Elasticsearch"
}
POST /blog/comments/2?parent=1
{
"text": "Great post!"
}
POST /blog/comments/3?parent=1
{
"text": "I learned a lot from this."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment