agentejo / cockpit

Add content management functionality to any site - plug & play / headless / api-first CMS
http://getcockpit.com
MIT License
5.4k stars 524 forks source link

Allow modified date to be updated with API #1430

Closed MarcoDaniels closed 3 years ago

MarcoDaniels commented 3 years ago

It would be nice to be able to update the _modified value with the API.

This comes handy when migrating data from a different CMS in order to keep the same history.

The param has to be named different from _modified, otherwise it will conflict when updating the entry in the backend.

MarcoDaniels commented 3 years ago

This doesn't seem like a good idea as the _modified date would keep being overwritten.