← Objects
Object permissions
Permissions decide what the public, platform roles, and website user roles can do on an object type’s entries.
Operations
GET
Read the current permission matrix.
GET /api/v1/en/{websiteId}/objects/{objectTypeId}/permissionsPUT
Replace permissions. Role slices typically require website superadmin.
PUT /api/v1/en/{websiteId}/objects/{objectTypeId}/permissionsUse the following request body shape:
{
"public": {},
"platformRoles": [{ "id": "string", "objectType": {} }],
"websiteUserRoles": [{ "id": "string", "objectType": {} }]
}MCP
MCP: get_object_permissions, update_object_permissions.