repo/rest-api/specs/resources/descriptions/examples.json
{
"PatchItemDescriptions": {
"patch": [
{ "op": "replace", "path": "/en", "value": "famous person" }
],
"tags": [],
"bot": false,
"comment": "update English description"
},
"PatchPropertyDescriptions": {
"patch": [
{ "op": "replace", "path": "/en", "value": "this item is a concrete object (instance) of this class, category or object group" }
],
"tags": [],
"bot": false,
"comment": "update English description"
}
}