Description
Conditions of acceptance
Add the following endpoints to all MediaWiki REST API documentation solutions
- /transform/wikitext/to/lint
- /transform/wikitext/to/lint/{title}
- /transform/wikitext/to/lint/{title}/{revision}
- Create response body JSON representing returned Lint errors
- Update spec generation to include this endpoint
- Add description strings for translation
- Add end to end tests for validating accurate response body
Implementation details
- The page lint endpoints do have an example; we can use it as the same response body example and for mocha testing purposes on the transform endpoints.
- Existing mocha tests check specific return values, but not spec matching