API ReferenceShortcut
Updates the Shortcut resource
Updates the Shortcut resource
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
Path Parameters
id*string
Shortcut identifier
The updated Shortcut resource
TypeScript Definitions
Use the request body type in TypeScript.
name?string
Length
length <= 50isOpenedInNewTab?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}