Skip to main content
PUT
Reorder slides

Authorizations

session
string
cookie
required

Session cookie obtained from POST /api/auth/login.

Path Parameters

deckId
string<uuid>
required

UUID of the deck

Body

application/json
slideIds
string<uuid>[]
required

Full ordered array of slide UUIDs. Position in array becomes the new orderIndex.

Response

Slides reordered

success
boolean