---
title: "Update Ai Assistant Personality"
method: PATCH
path: "/ai_assistant_personalities/{id}"
tags: ["ai_assistant_personalities", "Ai Assistant Personalities"]
---

# Update Ai Assistant Personality

`PATCH /ai_assistant_personalities/{id}`

Update Ai Assistant Personality

## Path parameters

- `id` integer, required

## Response `200`

The AiAssistantPersonalities object.

- AiAssistantPersonalityEntity — AiAssistantPersonalityEntity model
  - `id` integer — AI Assistant Personality ID.
  - `workspace_id` integer — Workspace ID. `0` means the default workspace.
  - `name` string — AI Assistant Personality name.
  - `system_prompt` string — System prompt injected into the in-app AI Assistant.
  - `use_by_default` boolean — Whether this personality is the default personality for the Workspace.
  - `apply_to_all_workspaces` boolean — If true, this default-workspace personality can apply to users in all workspaces.
  - `created_at` string, date-time — Creation time.
  - `updated_at` string, date-time — Last update time.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

[API](https://skmtc.net/files/apis/files-com-api.md) · [All operations](https://skmtc.net/files/apis/files-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/files/files-com-api/versions/c80c746637fd/schema)
