---
title: "PATCH /public/v1/writing-styles/{id}"
method: PATCH
path: "/public/v1/writing-styles/{id}"
tags: ["Writing Styles"]
---

# PATCH /public/v1/writing-styles/{id}

`PATCH /public/v1/writing-styles/{id}`

Update a writing style. Only the fields you send are changed.

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string
  - `dos` string[]
  - `donts` string[]
  - `connectSequenceExample` string
  - `inmailSequenceExample` string
  - `emailSequenceExample` string
  - `qna` object[]
    - `question` string, required
    - `answer` string, required
  - `templateName` string
  - `templateFollowUpConfig` object
    - `f_1` integer
    - `f_2` integer
    - `f_3` integer
    - `f_4` integer
    - `f_5` integer
    - `f_6` integer
    - `f_7` integer
    - `f_8` integer
    - `f_9` integer
    - `f_10` integer
  - `accessScope` 'OWNER' | 'WORKSPACE'

## Response `200`

Default Response

- object
  - `statusCode` number
  - `status` boolean
  - `message` string
  - `data` object
    - `writing_style` object
      - `id` string
      - `workspace_id` string
      - `name` string
      - `status` string
      - `dos` string[]
      - `donts` string[]
      - `connect_sequence_example` unknown
      - `inmail_sequence_example` unknown
      - `email_sequence_example` unknown
      - `qna` object[]
      - `style` unknown
      - `template_name` unknown
      - `template_followup_config` unknown
      - `access_scope` string
      - `created_at` string
      - `updated_at` string
      - `sources` object[]
        - `id` string
        - `type` string
        - `source` string
        - `content` string
        - `created_at` string

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `429` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/joinvalley/apis/valley-public-api.md) · [All operations](https://skmtc.net/joinvalley/apis/valley-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joinvalley/valley-public-api/revisions/1d888a894943/schema)
