---
title: "PATCH /api/v1/users/roles/{id}/"
method: PATCH
path: "/api/v1/users/roles/{id}/"
tags: ["users", "v1"]
---

# PATCH /api/v1/users/roles/{id}/

`PATCH /api/v1/users/roles/{id}/`

Partial Update Role

## Path parameters

- `id` string, required

## Request body

- Role
  - `id` integer
  - `name` string, required
  - `code` string, required
  - `abbr` string
  - `order` integer, required
  - `is_admin` boolean
  - `is_top_manager` boolean
  - `is_manager` boolean
  - `is_reviewer` string

## Response `200`

- Role
  - `id` integer
  - `name` string, required
  - `code` string, required
  - `abbr` string
  - `order` integer, required
  - `is_admin` boolean
  - `is_top_manager` boolean
  - `is_manager` boolean
  - `is_reviewer` string

## Changes

- **2020-12-11** `0957c4a7ae3d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/lexpredict/apis/contraxsuite-api/changes/api/v1/users/roles/:id/patch.md)

---

[API](https://skmtc.dev/lexpredict/apis/contraxsuite-api.md) · [All operations](https://skmtc.dev/lexpredict/apis/contraxsuite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lexpredict/contraxsuite-api/revisions/0957c4a7ae3d/schema)
