---
title: "Renew Connection Watch"
method: POST
path: "/admin/gmail/connections/{connection_id}/watch"
tags: ["admin-gmail"]
---

# Renew Connection Watch

`POST /admin/gmail/connections/{connection_id}/watch`

Renew Gmail watch for a single connection.

## Path parameters

- `connection_id` string, uuid, required

## Response `200`

Successful Response

- WatchRenewResponse
  - `success` boolean, required
  - `watch_expiration` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
