---
title: "Edit board user role"
method: PUT
path: "/v1/board_user_roles/{boardUserRoleId}.json"
tags: ["board_user_roles"]
---

# Edit board user role

`PUT /v1/board_user_roles/{boardUserRoleId}.json`

Update the board user role

## Path parameters

- `boardUserRoleId` integer, required

## Query parameters

- `token` string, required

## Request body

- object
  - `name` string
  - `description` string

## Response `200`

successful operation

- object
  - `success` string

## Other responses

- `400` — Invalid ID supplied
- `404` — Page not found

---

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