Skip to content

Set Value With Null

Edit page
PUT /test/replace-null/doc1
{
"_id": {
"_type": "keyword"
},
"campo": {
"_type": "integer",
"_value": 12
}
}
PUT /test/replace-null/doc2
{
"_id": {
"_type": "keyword"
},
"campo": null
}
GET /test/replace-null/doc2