https://bugzilla.wikimedia.org/show_bug.cgi?id=37749

--- Comment #1 from [email protected] 2012-06-20 17:14:17 UTC ---
If a query like (note that this is a GET and usually not allowed)
api.php?action=wblinksite&id=4&linksite=nn&linktitle=Stavkirke&link=set&format=jsonfm
is sent to the server a JSON-response would look like

{
    "item": {
        "sitelinks": [
            {
                "site": "nn",
                "title": "Stavkyrkje"
            }
        ],
        "id": 4
    },
    "success": 1
}

Note the change of Stavkirke into Stavkyrkje.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to