---
title: "Update ROLE"
method: PUT
path: "/api/v1/roles/role/{roleId}"
tags: ["Role Management"]
---

# Update ROLE

`PUT /api/v1/roles/role/{roleId}`

Update exist Role, ACCESS LEVEL: SUPER_ADMIN, PARTNER, MERCHANT, BRANCH

## Path parameters

- `roleId` string, uuid, required

## Request body

- RoleCreateRequest
  - `roleName` string
  - `description` string
  - `permissions` string[]

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/edfapay/apis/revamp.md) · [All operations](https://skmtc.net/edfapay/apis/revamp/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/edfapay/revamp/revisions/8104cc1c9e38/schema)
