Updates an existing profile. You can update the profile name, avatar URL, or both. Editable Fields:Documentation Index
Fetch the complete documentation index at: https://docs.discovr.media/llms.txt
Use this file to discover all available pages before exploring further.
name: The display name of the profileavatarUrl: The URL of the profile avatar image
id: Profile identifier (cannot be changed)userId: Owner of the profile (cannot be changed)createdAt: Creation timestamp (cannot be changed)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| profileId | string | Yes | The unique identifier of the profile to update |
| name | string | No | The new display name for the profile. Must be a non-empty string if provided. At least one field (name or avatarUrl) must be provided. |
| avatarUrl | string (uri) | No | The new URL of the profile avatar image. Must be a non-empty string if provided. At least one field (name or avatarUrl) must be provided. |
Returns
Profile — Profile updated successfully
View response structure
View response structure