---
title: "Update Bot Template Config"
method: PUT
path: "/api/bot/bot-template-config"
tags: ["Bot"]
---

# Update Bot Template Config

`PUT /api/bot/bot-template-config`

Updates bot template configuration.

## Query parameters

- `bot_template_config_id` string, uuid, required

## Request body

- BotTemplateConfigSchema — Schema for representing bot template configuration.
  - `id` string, uuid, nullable — Optional unique identifier for the bot template configuration.
  - `case_study` unknown[], nullable — Optional list of case studies associated with the bot template.
    - unknown
  - `prompt_template` unknown[], nullable — Optional list of prompt templates for the bot template.
    - unknown
  - `gpt_model_name` unknown[], nullable — Optional list of GPT model names associated with the bot template.
    - unknown
  - `visibility` unknown[], nullable — Optional list of visibility settings for the bot template.
    - unknown

## Response `200`

Successful Response

- BotTemplateConfigSchema — Schema for representing bot template configuration.
  - `id` string, uuid, nullable — Optional unique identifier for the bot template configuration.
  - `case_study` unknown[], nullable — Optional list of case studies associated with the bot template.
    - unknown
  - `prompt_template` unknown[], nullable — Optional list of prompt templates for the bot template.
    - unknown
  - `gpt_model_name` unknown[], nullable — Optional list of GPT model names associated with the bot template.
    - unknown
  - `visibility` unknown[], nullable — Optional list of visibility settings for the bot template.
    - unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.net/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chat-fly/chatfly-backend-application/versions/cbb37496f138/schema)
