---
title: "Update Google Drive Selection"
method: POST
path: "/google-drive/installations/{installation_id}/selection"
tags: ["Google Drive"]
---

# Update Google Drive Selection

`POST /google-drive/installations/{installation_id}/selection`

Update which Drive files or folders should be indexed.

## Path parameters

- `installation_id` string, required

## Request body

- RoutesV2GoogleDriveGoogleDriveSelectionRequest
  - `item_ids` string[], required — Drive file or folder IDs to index
  - `display_name` string, nullable — Optional custom display name for the Drive source

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nozomio-labs/apis/nia-ai-api.md) · [All operations](https://skmtc.net/nozomio-labs/apis/nia-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nozomio-labs/nia-ai-api/versions/dbb602a3ef17/schema)
