---
title: "Update user hotkeys"
method: PATCH
path: "/api/current-user/hotkeys/"
tags: ["Users"]
---

# Update user hotkeys

`PATCH /api/current-user/hotkeys/`

Update the current user’s account hotkeys, or their personal override for the optional project scope.

## Query parameters

- `project` integer

## Request body

- PatchedHotkeysRequest
  - `custom_hotkeys` object

## Response `200`

- Hotkeys
  - `custom_hotkeys` object, required

## Other responses

- `400` — The project parameter or hotkey payload is invalid.
- `401` — Authentication credentials were not provided or are invalid.
- `403` — The user does not have access to the requested project.
- `404` — The project does not exist in the user’s active organization.
- `500` — An unexpected server error occurred.

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/1d13f90af57a/schema)
