---
title: "Set/clear the org-level channel-prompt override map"
method: PUT
path: "/v1/assistants/channel-prompts"
tags: ["assistants"]
---

# Set/clear the org-level channel-prompt override map

`PUT /v1/assistants/channel-prompts`

## Request body

- OrgChannelPromptsUpdate — PUT body for the org-level channel-prompt override map. Replaces the whole map (last-writer-wins), matching the judge-model settings semantics. Sparse: a channel absent from ``channel_prompts`` inherits the platform default. Keyed by :data:`OverridableChannel` — those are the only channels with a platform medium block to override; any other channel (``api``, ``sandbox``, or an unknown value) rejects with 422.
  - `channel_prompts` object, required

## Response `200`

Successful Response

- OrgChannelPromptsResponse — The org's currently stored channel-prompt override map (empty when unset).
  - `channel_prompts` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/9cd7291d4228/schema)
