---
title: "Update Chatbot"
method: PATCH
path: "/api/external/chatbots"
---

# Update Chatbot

`PATCH /api/external/chatbots`

Update Chatbot

## Query parameters

- `id` string

## Headers

- `x-api-key` string

## Request body

- object
  - `description` string
  - `is_public` boolean
  - `name` string
  - `settings` object
    - `avatar` string
    - `greeting` string
    - `isRequestUserInfoEnabled` boolean
    - `isToolEnabled` boolean
    - `model` string
    - `prompt` string
    - `snippet` object
      - `header` string
      - `logo` string
      - `name` string
      - `primaryColor` string
      - `secondaryColor` string
      - `slogan` string
  - `slug` string

## Response `200`

## Changes

- **2025-01-22** `9a74b2d0931e` — 1 breaking, 22 warning, 2 info
  - removed the media type `application/json` for the response with the status `200`
  - the optional response header `CF-RAY` removed for the status `200`
  - the optional response header `Cache-Control` removed for the status `200`
  - the optional response header `Connection` removed for the status `200`
  - …21 more

[Change history](https://skmtc.dev/dasomx/apis/okchat2-0/changes/api/external/chatbots/patch.md)

---

[API](https://skmtc.dev/dasomx/apis/okchat2-0.md) · [All operations](https://skmtc.dev/dasomx/apis/okchat2-0/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dasomx/okchat2-0/revisions/9a74b2d0931e/schema)
