Google Slides · Schema

UpdateSlidesPositionRequest

Updates the position of slides in the presentation.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
slideObjectIds array The IDs of the slides in the presentation that should be moved.
insertionIndex integer The index where the slides should be inserted, based on the slide arrangement before the move takes place.
View JSON Schema on GitHub

JSON Schema

google-slides-update-slides-position-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateSlidesPositionRequest",
  "type": "object",
  "description": "Updates the position of slides in the presentation.",
  "properties": {
    "slideObjectIds": {
      "type": "array",
      "description": "The IDs of the slides in the presentation that should be moved."
    },
    "insertionIndex": {
      "type": "integer",
      "description": "The index where the slides should be inserted, based on the slide arrangement before the move takes place.\n"
    }
  }
}