---
title: "Toggle thread meeting-intent"
method: PUT
path: "/v3/inbox/threads/{id}/meeting-intent"
tags: ["Inbox"]
---

# Toggle thread meeting-intent

`PUT /v3/inbox/threads/{id}/meeting-intent`

<small>_Requires the `inbox:operate` scope (or a broader one that includes it)._</small>

Sets or clears the meeting-intent flag on a thread.

## Path parameters

- `id` integer, required

## Request body

- object — Toggle the meeting-intent flag on a thread.
  - `hasMeetingIntent` boolean, required — True to flag the thread as carrying meeting intent; false to clear it.

## Response `204`

Meeting-intent flag updated

- object

## Other responses

- `400` — Route/body validation failure, or a business-rule rejection.
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — Inbox feature is not available for this user or team.
- `404` — Thread not found.
- `429` — Too Many Requests

---

[API](https://skmtc.net/reply/apis/reply-api.md) · [All operations](https://skmtc.net/reply/apis/reply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reply/reply-api/revisions/1c3d32eaf95e/schema)
