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
Requiredstring
Request Body
application/json
JSON
{
}
Responses
Keymap successfully updated
application/json
JSON
{
}
