Back

Update Profile

PUT/profiles/{profile_id}

Authorization

AuthorizationBearer <token>

API key authentication - use your API key as a Bearer token

In: header

Request Body

name?string

Updated name.

description?string

Updated description.

metadata?object

Updated metadata.

Response Body

> 200application/json
// PUT /profiles/{profile_id}
// See cURL example for request shape.
{
  "id": "prof_123",
  "name": "New Marketing",
  "createdAt": "2026-03-25T10:00:00Z"
}