Phm_HardwareSupportManagers_ResourceBundle_UpdateSpec
Phm_HardwareSupportManagers_ResourceBundle_UpdateSpec
The ResourceBundle.UpdateSpec structure describes the changes in the resource bundle provided by an HSM. See ResourceBundle.update.
JSON Example
{
"bundle_to_change": [
{
"locale": "string",
"messages": {
"messages": "string"
}
}
]
}
bundle_to_change
Optional
Changes in resouce bundle. This field may be unset meaning no change in resource bundle.