---
title: "PATCH /agents/settings"
method: PATCH
path: "/agents/settings"
tags: ["ChatSettings"]
---

# PATCH /agents/settings

`PATCH /agents/settings`

Default authenticated ViewSet with standard rate limit (DEFAULT_API_RATE_LIMIT).

## Request body

- PatchedChatSettings
  - `custom_context` string, nullable
  - `created_at` string, date-time
  - `modified_at` string, date-time

## Response `200`

- ChatSettings
  - `custom_context` string, nullable
  - `created_at` string, date-time, required
  - `modified_at` string, date-time, required

---

[API](https://skmtc.net/cubesoftware/apis/cube-api.md) · [All operations](https://skmtc.net/cubesoftware/apis/cube-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cubesoftware/cube-api/revisions/67d9f45bb99b/schema)
