cURL
curl --request PUT \ --url https://app.demandiq.com/api/decks/{deckId}/slides/reorder \ --header 'Content-Type: application/json' \ --data ' { "slides": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "orderIndex": 123 } ] } '
Update the position of slides in a deck by providing an array of slide ID and order index pairs.
Deck ID
Show child attributes
Slides reordered