VIEW to trigger rename of roles at child sites. This is required if the parent is to be renamed
GET http://[host-proxy]/api/view/GS_LinkedSite_UpdateChildRoleName_VIEW/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"oldSiteName": {
"readonly": true,
"type": "string",
"title": "Current Site Name"
},
"newSiteName": {
"readonly": false,
"type": "string",
"title": "New Site Name"
},
"confirm": {
"description": "Confirmation role name update",
"title": "Confirmation",
"required": true,
"choices": [
{
"value": "yes",
"title": "Yes, I confirm"
}
],
"type": "string"
}
},
"schema_version": "0.1"
}