cURL
curl --request PUT \ --url https://app.demand-iq.com/api/decks/{deckId}/slides/reorder \ --header 'Content-Type: application/json' \ --cookie session= \ --data ' { "slideIds": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } '
{ "success": true }
Session cookie obtained from POST /api/auth/login.
POST /api/auth/login
UUID of the deck
Full ordered array of slide UUIDs. Position in array becomes the new orderIndex.
Slides reordered