Update Profile Name
Endpoint
PUT /v1/profiles/{id}/name
Description
This endpoint allows updating the name of a profile.
Request
Path Parameters
id
(string): The unique identifier of the profile.
Headers
Header | Required | Description |
---|---|---|
Authorization | ✓ | Bearer YOUR_API_KEY |
Content-Type | ✓ | application/json |
Request Body
{
"name": "Updated Profile Name"
}
Responses
Success Response
- Code: 200 OK
- Content:
{
"id": "upd_pr_955923b7dcde4e759b219c0a9234b420",
"object": "update_profile",
"updated": true
}