Developers

Change onw Shortcuts order

POST
/user/shortcuts/change-order

Change onw Shortcuts order

Authorization<token>

Value for the Authorization header parameter.

In: header

Request Body

The new ShortcutChangeOrder resource

TypeScript Definitions

Use the request body type in TypeScript.

shortcutIds?array<string>
Items1 <= items

Response Body

curl -X POST "https://example.com/user/shortcuts/change-order" \  -H "Content-Type: application/json" \  -d '{}'
{  "shortcutIds": [    "string"  ],  "id": null}