I have a class Announcement that I want to programmatically update by calling
// POST https://my-moralis-server.com/schemas/Announcement
but I get the following response back:
{
"code": 103,
"error": "Class Announcement already exists."
}
Note if I try to update CLP to a class that doesn’t exist it works fine, but its not the behaviour that I expected.