Suppose i have document type
“archive”:{
“id”:1,
“name”:“createor arch”,
type:“archive”
}
now i need to change the document type ,for example after updating my document will be
“hall_archive”:{
“id”:1,
“name”:“createor arch”,
type:“hall_archive”
}
How to run this update operation