Replace an existing zoho show file with an uploaded one.

Replace an existing zoho show file with an uploaded one.

For Zoho WorkDrive Upload API method, I have override-name-exist option, which I can use like this:
curl https://www.zohoapis.eu/workdrive/api/v1/upload \
-F "filename=mypres.pptx" \
-F "parent_id=j3tzq1ae09c0cd91540df8d01670af05b657e" \
-F "override-name-exist=true" \
-F "content=@mypres.pptx"

Now, if mypres.pptx exists, it will be replaced with the uploaded one.
Is there a way to do the same with zoho show files?
i.e. I would like mypres.pptx to be uploaded as a new version of an existing zoho show file.
Maybe there is a similar option in "import" method to convert a pptx to a zoho show with an existing name?
Or any other way to do that?