repo/rest-api/specs/resources/labels/examples.json
{
"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"
}
}