Skip to main content

Update Profile Text Information

Endpoint

PUT /v1/profile/{id}/text

Description

This endpoint allows updating the text information of a profile. If the profile contains existing text information, it marks them as deleted and adds the new text information provided in the request body. It also updates the profile status as necessary.

Request

Path Parameters

  • id (string): The unique identifier of the profile.

Request Body

  • text_info (string): The new text information to be added to the profile.

Example request body:

{
"text_info": "Updated text information for the profile."
}

Responses

Success Response

  • Code: 200 OK
  • Content:
{
"id": "upd_pr_955923b7dcde4e759b219c0a9234b420",
"object": "update_profile",
"updated": true
}