there are more than 100 diff results in a commit actually, but when I use the “/projects/:id/repository/commits/:sha/diff” api to get the diff results, it just returned only 100 results.
I try to add “per_page” and “page” parameters to get other results as following, but it return null.
/api/v4/projects/845/repository/commits/005a3bf95d784842fa2ef62e8be31878f4d6122f/diff?per_page=100&page=2
the X-Total-Pages in response header is also 1.
gitlab version is GitLab Community Edition 12.3.5
how could I get all the diff results?
many thanks in advance!