Start your All-Access Pass to unlock this challenge
Check out this code snippet:
#[Groups(['treasure:read', 'treasure:write'])]
#[ApiProperty(readable: false, securityPostDenormalize: 'is_granted("ROLE_ADMIN")')]
public string $description;
What would happen if an admin makes a PATCH request to edit the description?