EnderDash

Reorder Console Command Bookmarks

POST
/servers/reorderConsoleCommandBookmarks

Authorization

better-auth.session_token<token>

Signed-in EnderDash browser session cookie.

In: cookie

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

organizationId?string
Length1 <= length
organizationSlug?string
Length1 <= length
bookmarkIds*array<>
Itemsitems <= 100

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/servers/reorderConsoleCommandBookmarks" \  -H "Content-Type: application/json" \  -d '{    "bookmarkIds": [      "dfe94d6a-1de3-4c22-9aaa-22048554031c"    ]  }'
null