Page MenuHomePhabricator

Curator gets bot edit count
Closed, ResolvedPublic

Description

"As a Curator, I want to get a count of edits to a page by bots, so I can understand the level of automated content in the page."

GET /page/{title}/history/counts/bots

Return summary of information in the edit history.

Request body: none

Notable request headers: none
Status codes:
200 - OK
404 - no such page

Notable response headers: none

Body: JSON, object with following fields
count: total number of edits by bots (TBD)

Event Timeline

The "so that..." is kind of an assumption.

eprodromou updated the task description. (Show Details)
eprodromou updated the task description. (Show Details)

Looks like it outputs count like the other count endpoints. I fixed that in the story.