---
title: "Update Starter Question"
method: PATCH
path: "/v1/business/bot-starter-questions/{starter_question_id}"
tags: ["Botsonic Business Starter Questions"]
---

# Update Starter Question

`PATCH /v1/business/bot-starter-questions/{starter_question_id}`

Update starter question

## Path parameters

- `starter_question_id` string, required — starter_question_id of specific starter question to update

## Request body

- StarterQuestionUpdate
  - `question` string — a starter question
  - `answer` string — answer for given question
  - `order` integer — Set order in which this question appears

## Response `200`

Successful Response

- StarterQuestionOutput
  - `id` string, uuid, required
  - `bot_id` string, uuid, required
  - `question` string, required
  - `answer` string, required
  - `order` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/botsonic/apis/botsonic-api-docs.md) · [All operations](https://skmtc.dev/botsonic/apis/botsonic-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botsonic/botsonic-api-docs/revisions/8719fe19681e/schema)
