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

# PATCH /api/roles/global/{id}

`PATCH /api/roles/global/{id}`

## Request body

- Role
  - `id` string, uuid
  - `title` string, nullable
  - `technical` boolean
  - `company` string, uuid, nullable

## Response `200`

OK

- Role
  - `id` string, uuid
  - `title` string, nullable
  - `technical` boolean
  - `company` string, uuid, nullable

---

[API](https://skmtc.net/haekka/apis/snippets-api.md) · [All operations](https://skmtc.net/haekka/apis/snippets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haekka/snippets-api/versions/2a72ba99e389/schema)
