---
title: "Set a conversation's threshold override"
method: PUT
path: "/v1/permissions/thresholds/conversations/{conversation_id}"
tags: ["permissions"]
---

# Set a conversation's threshold override

`PUT /v1/permissions/thresholds/conversations/{conversation_id}`

## Path parameters

- `conversation_id` string, required

## Request body

- object
  - `threshold` 'none' | 'low' | 'medium' | 'high', required

## Response `200`

Successful response

- object
  - `conversationId` string, required
  - `threshold` 'none' | 'low' | 'medium' | 'high', required

---

[API](https://skmtc.net/vellum-ai/apis/vellum-gateway-api.md) · [All operations](https://skmtc.net/vellum-ai/apis/vellum-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vellum-ai/vellum-gateway-api/revisions/5f280bce8b2e/schema)
