wikimedia/mediawiki-extensions-Wikibase

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

Summary

Maintainability
Test Coverage
{
    "PatchItemExample": {
        "value": {
            "patch": [
                { "op": "replace", "path": "/labels/en", "value": "Jane Doe" }
            ],
            "tags": [],
            "bot": false,
            "comment": "Update the English label"
        }
    }
}