Page MenuHomePhabricator

Wikibase: stop using JsonBodyValidator in REST handlers
Closed, DuplicatePublic

Description

JsonBodyValidator is being deprecated and replaced by build-in body validation. Handlers should override getBodyParamSettings instead of getBodyValidator.

Related Objects