---
title: "Set a single profile parameter"
method: PUT
path: "/api/v4/me/parameters/{parameter_name}"
tags: ["Profiles"]
---

# Set a single profile parameter

`PUT /api/v4/me/parameters/{parameter_name}`

Creates or updates one named custom data field on the authenticated consumer's profile. The parameter name is supplied in the `parameter_name` path segment.

## Path parameters

- `parameter_name` string, required

## Request body

- MeDataUpdateRequest — Body of a `PUT /v4/me/parameters/{parameter_name}` request.
  - `type` 'CLIENT' | 'PRIVATE' | 'PUBLIC', nullable, required
  - `value` object, required

## Response `200`

Successful response

- UpdateProfileResponse
  - `polling_id` string, required
  - `status` 'FAILED' | 'PENDING' | 'SUCCEEDED', required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
