"rest-extraneous-body-fields":"Extraneous fields found in request body: $1",
"rest-bad-content-model":"Bad content model: $1",
"rest-update-cannot-create-page":"The page \"$1\" cannot be created since it already exists. To update the existing page, provide the base revision ID in the structure under \"latest\" key in the request body.",
"rest-extraneous-csrf-token":"Extraneous CSRF token found. CSRF tokens must not be used when using authentication mechanisms such as OAuth that are safe against CSRF attacks.",
"rest-cannot-load-file":"The file for title \"$1\" cannot be loaded.",
"rest-cross-origin-anon-write":"Anonymous cross-origin write requests are not allowed",
"rest-requires-safe-against-csrf":"This endpoint requires a CSRF-safe session provider.",
"rest-badtoken":"The CSRF token provided is invalid.",
"rest-badtoken-missing":"The <var>token</var> parameter is required unless using a CSRF-safe authentication method.",
"rest-badtoken-nosession":"CSRF error - no session.",
"rest-mock-error":"Mock error.",
"rest-specified-revision-unavailable":"The specified revision is deleted or suppressed.",
"rest-previous-revision-unavailable":"Could not find previous revision. Has the page been locked or deleted?",
"rest-requires-content-type-header":"A Content-Type header must be supplied with a request payload.",
"rest-transform-missing-html":"No html was supplied.",
"rest-transform-missing-title":"No title or wikitext was provided.",
"rest-unsupported-target-format":"The requested target format is not supported.",
"rest-no-stashed-content":"No stashed content found for $1. This is most likely because your edit session has expired. Try to copy your changes, reload the page, and try again.",
"rest-param-desc-pagehistory-count-type":"Type of count (anonymous, bot, editors, edits, minor, reverted)",
"rest-param-desc-pagehistory-count-from":"Restricts the count to between two revisions, specified by revision ID. Must be used with the \"to\" parameter.",
"rest-param-desc-pagehistory-count-to":"Restricts the count to between two revisions, specified by revision ID. Must be used with the \"from\" parameter.",
"rest-param-desc-pagehistory-older-than":"Accepts a revision ID. Returns the next 20 revisions older than the given revision ID.",
"rest-param-desc-pagehistory-newer-than":"Accepts a revision ID. Returns the next 20 revisions newer than the given revision ID.",
"rest-param-desc-pagehistory-filter":"Use a filter to return only revisions tagged as (reverted, anonymous, bot, minor). Accepts one filter per request.",
"rest-param-desc-search-q":"Search terms",
"rest-param-desc-search-limit":"Maximum number of search results to return, between 1 and 100. Default: 50",
"rest-endpoint-desc-get-page-title":"Returns information about a page, including the page source, usually in wikitext.",
"rest-endpoint-desc-put-page-title":"Edits a page based on the page's latest revision identifier, or creates a page if no revision identifier is given. If there is a merge conflict, the API attempts to resolve the conflict automatically. If the edit conflict cannot be resolved, the API returns a 409 error.",
"rest-endpoint-desc-get-page-title-html":"Returns the content of a page in HTML.",
"rest-endpoint-desc-get-page-title-with-html":"Returns information about a page, including the page content in HTML.",
"rest-endpoint-desc-get-page-title-lint":"Returns the lint errors for a page.",
"rest-endpoint-desc-get-page-title-bare":"Returns information about a page.",
"rest-endpoint-desc-get-revision-id":"Returns information about a revision, including the revision source, usually in wikitext.",
"rest-endpoint-desc-get-revision-id-html":"Returns the content of a revision in HTML.",
"rest-endpoint-desc-get-revision-id-with-html":"Returns information about a revision, including the revision content in HTML.",
"rest-endpoint-desc-get-revision-id-lint":"Returns the lint errors for a revision.",
"rest-endpoint-desc-get-revision-id-bare":"Returns information about a revision.",
"rest-endpoint-desc-get-page-history":"Returns information about the latest revisions to a page, in segments of 20 revisions, starting with the latest revision. The response includes URLs to get the next oldest, next newest, and latest revision segments, letting you scroll through page history.",
"rest-endpoint-desc-get-page-history-counts":"Returns data about a page's history, such as the number of edits made by different types of users. For more data about how readers and editors interact with Wikimedia projects, see the [Analytics API](https://doc.wikimedia.org/generated-data-platform/aqs/analytics-api/).",
"rest-endpoint-desc-get-revision-compare":"Returns information that lets you display a line-by-line comparison of two revisions. Only text-based wiki pages can be compared.",
"rest-endpoint-desc-get-search":"Returns an [OpenSearch description document](https://developer.mozilla.org/en-US/docs/Web/XML/Guides/OpenSearch).",
"rest-endpoint-desc-get-search-page":"Lists pages matching the given search terms.",
"rest-endpoint-desc-get-search-title":"Lists pages with titles that begin with the given search terms. You can use this endpoint as an autocomplete search that suggests relevant pages by title.",
"rest-endpoint-desc-get-page-title-language":"Lists pages with the same topic in different languages.",
"rest-endpoint-desc-get-page-title-media":"Lists media files used on a page, up to 100 files.",
"rest-endpoint-desc-get-file-title":"Returns information about a file, including links to download the file in thumbnail, preview, and original formats.",
"rest-endpoint-desc-post-transform-wikitext-to-html":"Converts wikitext into HTML.",
"rest-endpoint-desc-post-transform-wikitext-to-html-title":"Converts wikitext into HTML. The wikitext request body parameter must be provided, but can be left empty to receive the full page. The response body contains the rendered HTML of the page.",
"rest-endpoint-desc-post-transform-wikitext-to-html-title-revision":"Converts the wikitext of a given revision to HTML. The wikitext request body parameter must be provided, but can be left empty to receive the full revision. The response body contains the rendered HTML of the revision.",
"rest-endpoint-desc-post-transform-wikitext-to-lint":"Returns lint errors for wikitext",
"rest-endpoint-desc-post-transform-html-to-wikitext":"Converts HTML into wikitext.",
"rest-endpoint-desc-post-transform-html-to-wikitext-title":"Converts HTML into wikitext. The html request body parameter must be provided, but can be empty to receive the full page. The response body contains the wikitext of the page.",
"rest-endpoint-desc-post-transform-html-to-wikitext-title-revision":"Converts the HTML of a given revision to wikitext. The html request body parameter must be provided, but can be left empty to receive the full revision. The response body contains the Wikitext of the revision.",
"rest-property-desc-linterrors-array":"List of content lint errors",
"rest-property-desc-linterror-dsr":"Information about the relevant DOM source range. The array will always contain, in order: starting position (inclusive), ending position (exclusive), width of the opening tag, and width of the closing tag. In some cases, the array will contain two more elements, in order: width of whitespace characters between the opening tag and first child, and width of whitespace characters between the last child and closing tag. All of these positions and widths are measured in UTF-8 bytes.",
"rest-property-desc-linterror-templateinfo":"Information about which template was being processed",
"rest-property-desc-linterror-params":"Additional information specific to the lint error type",