v4

latestOpenAPI 3.1.02026-08-0130252.8 KB
Slides

Reorder all slides

Reorder every slide in a project in a single atomic call. The request body's slideIds array must contain exactly the project's existing slide IDs (no duplicates, no missing, no extras), in the desired final order. Both the persisted project state and the live editor view end up in the same order.

patch/projects/{slug}/slides

Path parameters

slugstring required

Request body

slideIdsstring[] required

Full ordered list of every existing slide ID, in the desired final order. Must equal the set of IDs currently in the project.

Response

Slides reordered

slideIdsstring[] required

The new order of slide IDs in the project.

versionIdstring required

The new project version ID.