Jeroen De Dauw has uploaded a new change for review. https://gerrit.wikimedia.org/r/49699
Change subject: ApiGetClaims does not support a token param ...................................................................... ApiGetClaims does not support a token param Change-Id: If30de57721e532c33b9d404e3619963bd643893e --- M repo/includes/api/ApiGetClaims.php 1 file changed, 0 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase refs/changes/99/49699/1 diff --git a/repo/includes/api/ApiGetClaims.php b/repo/includes/api/ApiGetClaims.php index 98c2c7d..5f31e5b 100644 --- a/repo/includes/api/ApiGetClaims.php +++ b/repo/includes/api/ApiGetClaims.php @@ -202,7 +202,6 @@ ), ApiBase::PARAM_DFLT => 'references', ), - 'token' => null, 'baserevid' => array( ApiBase::PARAM_TYPE => 'integer', ), @@ -223,7 +222,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.', - 'token' => 'An "edittoken" token previously obtained through the token module (prop=info).', '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/49699 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If30de57721e532c33b9d404e3619963bd643893e Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Jeroen De Dauw <jeroended...@gmail.com> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits