- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 4.8k
 
Closed
Description
How should i modify schema role permission.
In parse server doc, i found this:
// PUT http://localhost:1337/schemas/:className
// Set the X-Parse-Application-Id and X-Parse-Master-Key header
// body:
{
  classLevelPermissions:
  {
    "find": {
      "requiresAuthentication": true,
      "role:admin": true
    },
    "get": {
      "requiresAuthentication": true,
      "role:admin": true
    },
    "create": { "role:admin": true },
    "update": { "role:admin": true },
    "delete": { "role:admin": true },
  }
})
But what does it means. is not possible to change it without API REST request ?
Metadata
Metadata
Assignees
Labels
No labels