diff --git a/reference/api/rest-api/endpoints/user-management/roles-endpoints/update-role.md b/reference/api/rest-api/endpoints/user-management/roles-endpoints/update-role.md
index 566d1f66..7c211748 100644
--- a/reference/api/rest-api/endpoints/user-management/roles-endpoints/update-role.md
+++ b/reference/api/rest-api/endpoints/user-management/roles-endpoints/update-role.md
@@ -4,13 +4,9 @@
HTTP Method | URL | Requires Auth |
---|
POST | /api/v1/roles.update | yes |
-{% hint style="info" %}
-Permission required: `access-permissions`
-{% endhint %}
-
## Body Parameters
-Key | Example Value | Description |
---|
roleId * | 646c431fa8c3a3ba32d0e1c4 | The role ID that you want to update. |
name * | newRole | The updated name of the role. |
scope | Subscriptions | The updated scope of the role. The default value is Users . |
description | Role description | A updated description for the role. |
mandatory2fa | true | Whether the role should have a mandatory 2FA. The default role is false . |
+Key | Example Value | Description |
---|
roleId * | 646c431fa8c3a3ba32d0e1c4 | The role ID that you want to update. |
name * | newRole | The updated name of the role. |
scope | Subscriptions | The updated scope of the role. The default value is Users . |
description | Role description | Updated description for the role. |
mandatory2fa | true | Whether the role should have a mandatory 2FA. The default value is false . |
## Example Call