Update user hotkeys
Update the current user’s account hotkeys, or their personal override for the optional project scope.
Authentication
AuthorizationToken
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>
Query parameters
project
Project ID for a personal project-specific hotkey override. Omit for account defaults.
Request
This endpoint expects an object.
custom_hotkeys
Response
custom_hotkeys
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error