---
title: "Updates the role."
method: PATCH
path: "/Litium/api/admin/customers/roles/{systemId}"
tags: ["Customers role"]
---

# Updates the role.

`PATCH /Litium/api/admin/customers/roles/{systemId}`

## Path parameters

- `systemId` string, uuid, required

## Request body

- MicrosoftAspNetCoreJsonPatchOperationsOperation[]
  - `value` object
  - `path` string, nullable
  - `op` string, nullable
  - `from` string, nullable

## Response `200`

OK

- LitiumCustomersRole, nullable — Represents a storage which is used to contains the information of the role.
  - `fields` FieldsCustomersRole
    - `_name` object
      - `en-US` string, nullable
      - `sv-SE` string, nullable
  - `id` string, nullable — Gets or sets the role identifier.
  - `systemId` string, uuid — Gets or sets the role system identifier.
  - `operationLinks` LitiumCustomersRoleOperationLink[], nullable — Gets or sets the operation links.
    - `roleOperationSystemId` string, uuid — Gets or sets the operation system identifier.

---

[API](https://skmtc.dev/litium/apis/litium-admin-web-api.md) · [All operations](https://skmtc.dev/litium/apis/litium-admin-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/litium/litium-admin-web-api/revisions/a65881b0d0c6/schema)
