Developers

Updates the Shortcut resource

PATCH
/user/shortcuts/{id}

Updates the Shortcut resource

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

Shortcut identifier

Request Body

The updated Shortcut resource

TypeScript Definitions

Use the request body type in TypeScript.

name?string
Lengthlength <= 50
isOpenedInNewTab?boolean

Response Body

curl -X PATCH "https://example.com/user/shortcuts/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "weight": 0,  "name": "string",  "viewUrl": "string",  "isOpenedInNewTab": true}