---
title: "Save account-level offer settings. Validates OfferTtlSeconds ∈ [30, 120]. Publishes ACCOUNT_SETTINGS_CHANGED event to invalidate the routing service cache."
method: PUT
path: "/v1/settings/offer"
tags: ["Setting"]
---

# Save account-level offer settings. Validates OfferTtlSeconds ∈ \[30, 120\]. Publishes ACCOUNT_SETTINGS_CHANGED event to invalidate the routing service cache.

`PUT /v1/settings/offer`

## Request body

- OfferSettings
  - `offerEnabled` boolean
  - `offerTtlSeconds` integer
  - `rejectAllowed` boolean

## Response `200`

OK

- OfferSettings
  - `offerEnabled` boolean
  - `offerTtlSeconds` integer
  - `rejectAllowed` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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