Mattflaschen has uploaded a new change for review.

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

Change subject: Clarify API documentation re task names
......................................................................

Clarify API documentation re task names

Bug: T86557
Change-Id: Ibe21fc76ccd7e151589d96980d875630028b3912
---
M api/ApiGettingStartedGetPages.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GettingStarted 
refs/changes/62/185662/1

diff --git a/api/ApiGettingStartedGetPages.php 
b/api/ApiGettingStartedGetPages.php
index c260c8a..76e971e 100644
--- a/api/ApiGettingStartedGetPages.php
+++ b/api/ApiGettingStartedGetPages.php
@@ -104,7 +104,7 @@
 
        public function getParamDescription() {
                return array(
-                       'taskname' => 'Task name, for example, "copyedit"',
+                       'taskname' => 'Task name, generally either "copyedit" 
(copy-editing suggestions) or "morelike" (pages similar to the base 
page/excluded title)',
                        'excludedtitle' => 'Full title of a page to exclude 
from the list; also used as the base title for recommendations based on a given 
page',
                        'count' => 'Requested count; will attempt to fetch this 
exact number, but may fetch fewer if no more are found after multiple attempts',
                );

-- 
To view, visit https://gerrit.wikimedia.org/r/185662
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibe21fc76ccd7e151589d96980d875630028b3912
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GettingStarted
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to