Hey Everyone,
I'm trying to import some historical note data from another system into the Note Entity and have the stream show the original date from the imported data. Setting the createdAt field to a specific date seems to get ignored.
Post tohttp://localhost/api/v1/Note
Any hints before I dig further into the code?
Thanks!
I'm trying to import some historical note data from another system into the Note Entity and have the stream show the original date from the imported data. Setting the createdAt field to a specific date seems to get ignored.
Post tohttp://localhost/api/v1/Note
Code:
{ "post": "test 2", "attachmentsIds": [], "type": "Post", "isInternal": false, "parentId": "6094cc89a6e31b76d", "parentType": "Job", "createdAt":"2020-10-10 00:00:00" <--- THIS GETS IGNORED. }
Thanks!
Comment