Skip to content

Instantly share code, notes, and snippets.

@wodsonluiz
Created June 8, 2022 15:48
Show Gist options
  • Save wodsonluiz/e5952e107d33101008a8dc4e88e16054 to your computer and use it in GitHub Desktop.
Save wodsonluiz/e5952e107d33101008a8dc4e88e16054 to your computer and use it in GitHub Desktop.
POST pessoa_test/_doc
{
"nome": "João Silva",
"interesses": [
"basquete",
"música",
"literatura"
],
"cidade": "São Paulo",
"formação": "Letras",
"estado": "SP",
"país": "Brasil"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment