Hello ,
when try to update post I give it the post id but I got ```
{
“status”: “error”,
“message”: “Cast to ObjectId failed for value "1ddfad4d-b31c-4150-8642-a51f92a2c8da" (type string) at path "parentPostId" for model "post"”,
“code”: 500000,
“data”: {}
}
so why this and the post it is that 1ddfad4d-b31c-4150-8642-a51f92a2c8da
and If I have a post and want to update some filed only, should send all the data of the post again ????