I’m trying to retrieve notes in a merge request of a specific author using rest api
GET: /projects/${project_id}/merge_requests/${iid}/notes?author_id=10&per_page=100
But I receive other notes not only from author id 10.
How to filter notes by author?