Change field type, don't need to reindex

I have this field that I want to change to timestamp. I have no need to reindex the old data as the old data drops after 5 days. I am confused as instructions I have found involve a reindex.

image

Thanks!
Wei

If you want to change and the mapping of a field (not add mapping) you can do so in the index template. This change will however only apply to new indices created after the change has been made. Indices that already exists will not be affected and a reindex is required to change the mapping in these. If you do not reindex old indices and just wait for them to age out you may see issues with queries until they age out as mappings will be inconsistent.

This is exactly what i am looking to do. I see the instructions to use the api. Do I just make a request with the body of this one change? Will it affect the current mappings already existing in the template?