diff options
Diffstat (limited to 'includes/Rest/Handler/UpdateHandler.php')
-rw-r--r-- | includes/Rest/Handler/UpdateHandler.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/Rest/Handler/UpdateHandler.php b/includes/Rest/Handler/UpdateHandler.php index 208010e19cb6..b2b39f28c71d 100644 --- a/includes/Rest/Handler/UpdateHandler.php +++ b/includes/Rest/Handler/UpdateHandler.php @@ -49,6 +49,7 @@ class UpdateHandler extends EditHandler { self::PARAM_SOURCE => 'path', ParamValidator::PARAM_TYPE => 'string', ParamValidator::PARAM_REQUIRED => true, + self::PARAM_DESCRIPTION => new MessageValue( 'rest-param-desc-update-title' ), ], ] + parent::getParamSettings(); } |