jenkins-bot has submitted this change and it was merged.

Change subject: Removing baserevid param from getclaim on api
......................................................................


Removing baserevid param from getclaim on api

Bug: 50062
Change-Id: Ifa2292a110d322040d1fb29bfbaa0635e2aa26a0
---
M repo/includes/api/GetClaims.php
1 file changed, 0 insertions(+), 7 deletions(-)

Approvals:
  Hoo man: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/repo/includes/api/GetClaims.php b/repo/includes/api/GetClaims.php
index eebc0e5..1c71a93 100644
--- a/repo/includes/api/GetClaims.php
+++ b/repo/includes/api/GetClaims.php
@@ -44,7 +44,6 @@
  */
 class GetClaims extends ApiWikibase {
 
-       // TODO: automcomment
        // TODO: example
        // TODO: rights
        // TODO: conflict detection
@@ -223,9 +222,6 @@
                                ),
                                ApiBase::PARAM_DFLT => 'references',
                        ),
-                       'baserevid' => array(
-                               ApiBase::PARAM_TYPE => 'integer',
-                       ),
                );
        }
 
@@ -243,9 +239,6 @@
                        'claim' => 'A GUID identifying the claim. Required 
unless entity is provided.',
                        'rank' => 'Optional filter to return only the claims 
that have the specified rank',
                        'props' => 'Some parts of the claim are returned 
optionally. This parameter controls which ones are returned.',
-                       'baserevid' => array( 'The numeric identifier for the 
revision to base the modification on.',
-                               "This is used for detecting conflicts during 
save."
-                       ),
                );
        }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifa2292a110d322040d1fb29bfbaa0635e2aa26a0
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Addshore <addshorew...@gmail.com>
Gerrit-Reviewer: Aude <aude.w...@gmail.com>
Gerrit-Reviewer: Daniel Kinzler <daniel.kinz...@wikimedia.de>
Gerrit-Reviewer: Hoo man <h...@online.de>
Gerrit-Reviewer: Jeroen De Dauw <jeroended...@gmail.com>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to