"As a Curator, I want to see how many minor revisions have been made to a page, so that [I can judge the amount of copy-editing that has been done...?]."
This is similar to the other edit count endpoints, but for minor edits only.
GET /page/{title}/history/counts/minor
Return number of minor edits. If the number of minor edits exceeds a maximum value (currently 500), the maximum value is returned and the limit flag is set to true.
Request body: none
Notable request headers: none
Status codes:
200 - OK
403 - Not authorized to read this page
404 - no such page
Notable response headers: none
Body: JSON, object with following fields
count: total number of minor edits, or maximum allowed results
limit: boolean flag indicating that the maximum allowed results were reached