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