Page MenuHomePhabricator

Unable to use REST API to get HTML of Template:;
Open, Needs TriagePublicBUG REPORT

Description

List of steps to reproduce:

What happens?:

Error:

{
    "type": "https://mediawiki.org/wiki/HyperSwitch/errors/bad_request",
    "method": "get",
    "detail": "title-invalid-empty",
    "uri": "/en.wikipedia.org/v1/page/html/Template%3A"
}

What should have happened instead?:

HTML should be returned.

Event Timeline

I think this is most probably another example of T238285. See T263528, too.