# Update Setting

> Create or update a single client profile setting by profile ID and setting key.

Source: /admin/accounts-funding/client--profiles/accounts-service_-update-client-settings

## `PUT /profiles/{profileId}/settings/{key}`

**Update Setting**

Create or update a single client profile setting by profile ID and setting key.

Tags: `Client Profiles`

#### Path parameters

- `profileId` (string) (required) — The client profile ID that owns this setting.
- `key` (string) (required) — Setting key. Pattern: ^[A-Za-z0-9_\-:#]+$, max 256 chars.

#### Query parameters

- `value` (string) — Stored string value. Callers may encode JSON or any text. Max ~128 KB via the REST endpoint.
- `updatedAt` (string) — Timestamp of the last write.


### Responses

#### `200` — A successful response.

**Content-Type:** `application/json`

Empty response payload returned by RPCs that have no data to return.
`object`

#### `default` — An unexpected error response.

**Content-Type:** `application/json`

- `code` (integer)
- `message` (string)
- `details` (array)
  - items:
    - `@type` (string)

