Skip to content

Update Keymap

PATCH
/keymaps/:action

Updates a specific keyboard shortcut for the authenticated user. Can modify the key combination or enable/disable the shortcut.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

Type
HTTP (bearer)

Parameters

Path Parameters

action*

The action identifier (e.g., 'search', 'ai-menu', 'snippets', 'keyboard-shortcuts')

Type
string
Required

Request Body

application/json
JSON
{
}

Responses

Keymap successfully updated

application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License