---
title: "Update Mission Control Chat Session"
method: PATCH
path: "/v1/mission-control/chat/sessions/{chat_session_id}"
tags: ["mission-control"]
---

# Update Mission Control Chat Session

`PATCH /v1/mission-control/chat/sessions/{chat_session_id}`

## Path parameters

- `chat_session_id` string, uuid, required

## Headers

- `X-API-Key` string, nullable

## Request body

- MissionControlChatSessionPatch
  - `title` string, nullable
  - `folder` string, nullable

## Response `200`

Successful Response

- MissionControlChatSessionOut
  - `id` string, uuid, required
  - `workspace_id` string, uuid, required
  - `scope_type` string, required
  - `title` string, nullable
  - `folder` string, nullable
  - `selected_interview_ids` string[], nullable
  - `selected_vault_ids` string[], nullable
  - `created_by` string, nullable
  - `created_by_email` string, nullable
  - `created_by_name` string, nullable
  - `shared_with_user_ids` string[]
  - `access` 'owner' | 'shared'
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/7f57037fd94b/schema)
