wikimedia/mediawiki-extensions-Wikibase

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

Summary

Maintainability
Test Coverage
{
    "PatchItemLabelsExample": {
        "patch": [
            { "op": "replace", "path": "/en", "value": "Jane Doe" }
        ],
        "tags": [],
        "bot": false,
        "comment": "replace English label"
    },
    "PatchPropertyLabelsExample": {
        "patch": [
            { "op": "replace", "path": "/en", "value": "instance of" }
        ],
        "tags": [],
        "bot": false,
        "comment": "replace English label"
    }
}