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

# PUT /agents/settings

`PUT /agents/settings`

Default authenticated ViewSet with standard rate limit (DEFAULT_API_RATE_LIMIT).

## Request body

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

## 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)
