Request to update an existing platform-level role.
Name assigned to the role.
"PlatformAdministrator"
Rich description outlining the role purpose and capabilities.
"Grants full platform administration capabilities including tenant management and system configuration."
Array of permission names granted to this role.
[
"ManagePlatform",
"ManageTenants",
"ManageRoles"
]Identifier of the platform role to update.
1
Wrapper for API operation results containing success status, error information, and return value.
True if the operation completed successfully, false otherwise.
true
True if the operation failed, false otherwise.
false
Error information returned when the operation fails.
{
"code": "ValidationError",
"message": "The request parameters failed validation.",
"info": [
"The Name field is required.",
"The Id field must be greater than 0."
]
}The result value returned when the operation is successful.