# Partially update RBAC role Partially update an existing RBAC role. Endpoint: PATCH /api/core/rbac/roles/{id}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `id` (integer, required) A unique integer value identifying this RBAC Role. ## Request fields (application/json): - `name` (string) - `platform_key` (string) Platform key where this role belongs - `actions` (array) List of actions/permissions this role can perform (e.g., ['Ibl.Mentor/Settings/read', 'Ibl.Mentor/Settings/write']) ## Response 200 fields (application/json): - `id` (integer, required) - `name` (string, required) - `platform` (object, required) Platform information (read-only) - `platform.key` (string, required) The platform key - `platform.name` (string,null) The name of the platform - `actions` (array, required) List of actions/permissions this role can perform (e.g., ['Ibl.Mentor/Settings/read', 'Ibl.Mentor/Settings/write'])