Created
June 8, 2022 16:01
-
-
Save wodsonluiz/e45acf8c24eb6662fdb1d614831077c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PUT pessoa_test/_doc/1 | |
{ | |
"nome": "Wodson Luiz", | |
"interesses": [ | |
"basquete", | |
"música", | |
"literatura", | |
"churrasco" | |
], | |
"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