Page MenuHomePhabricator

Convert PageAssessments projects API from a property query to a list query
Closed, ResolvedPublic1 Estimated Story Points

Description

The PageAssessments projects API is currently set up as a property query but it should really be a list query (similar to the tags API) since it isn't related to pages.

In other words, it should be:

api.php?action=query&list=projects

...rather than...

api.php?action=query&prop=projects

Event Timeline

kaldari set the point value for this task to 1.

Change 327300 had a related patch set uploaded (by Kaldari):
Switch projects API from property query to list query

https://gerrit.wikimedia.org/r/327300

kaldari updated the task description. (Show Details)

Change 327300 merged by jenkins-bot:
Switch projects API from property query to list query

https://gerrit.wikimedia.org/r/327300