---
title: "Choose the model, reasoning effort and approval mode for the next turn"
method: PATCH
path: "/api/v1/sessions/{sessionId}/conversation/settings"
tags: ["conversations"]
---

# Choose the model, reasoning effort and approval mode for the next turn

`PATCH /api/v1/sessions/{sessionId}/conversation/settings`

## Path parameters

- `sessionId` string, required — Session identifier, e.g. project-1.

## Request body

- ConversationTurnSettingsPayload
  - `approvalMode` 'default' | 'accept-edits' | 'auto' | 'bypass-permissions'
  - `model` string
  - `reasoningEffort` string

## Response `200`

OK

- ConversationTurnSettingsPayload
  - `approvalMode` 'default' | 'accept-edits' | 'auto' | 'bypass-permissions'
  - `model` string
  - `reasoningEffort` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error
- `501` — Not Implemented

## Changes

- **2026-08-06** `d8396ad2c721` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/sessions/:sessionId/conversation/settings/patch.md)

---

[API](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/revisions/513f2a8dd71b/schema)
