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