Closed
Description
With the latest version of parse we can now have a class level permission set for the "count" operation. This makes it so that all class level permissions have to be updated to support this operation, otherwise you'll get permission errors when calling "count". I know we can do this via the dashboard but if other devs are working in the same project they'll have to update the same permissions on their local instance, dev instances, staging instances, etc. Ideally I could update the class level permissions programmatically once parse starts so that any other devs working on the project won't have to worry.
Is there any way to edit the class level permissions through the API?