Hi, I remember that there is a way to disable table structure change via Http Post request or curl request. But I cannot find the details. Could anyone tell me how to do this?
Thanks
Hi, I remember that there is a way to disable table structure change via Http Post request or curl request. But I cannot find the details. Could anyone tell me how to do this?
Thanks
you can disable add field option on class level permission setting from dashboard. In addtion to that you can set client class creation to false on parse server constructor.
@uzaysan Thanks. I don’t use the dashboard at this moment. Could you point me to a link about how to “set client class creation to false on parse server constructor”? Thanks
https://parseplatform.org/parse-server/api/master/ParseServerOptions.html
option is allowClientClassCreation
Great. Thanks
You are welcome_____