issues updating collection with pointers with restful call
i created a database service to create entries in my collection where i have to pointers.
When I test the service, it works but when I try to update via postman
I get the following error
{
"code": "DBSC234",
"description": "Creation and modification objects with system fields not allowed."
}
Here is my headers and json objects
I need to create postman files for another developer to be able to implement the service restful calls
not sure why i am getting this error