wikimedia/mediawiki-extensions-Wikibase

View on GitHub
repo/rest-api/specs/resources/aliases/examples.json

Summary

Maintainability
Test Coverage
{
    "PatchItemAliases": {
        "patch": [
            { "op": "add", "path": "/en/-", "value": "JD" }
        ],
        "tags": [],
        "bot": false,
        "comment": "Add English alias"
    },
    "PatchPropertyAliases": {
        "patch": [
            { "op": "add", "path": "/en/-", "value": "is an" }
        ],
        "tags": [],
        "bot": false,
        "comment": "Add English alias"
    }
}