Skip to main content
POST
/
user-data
/
updateBio
Update Bio
curl --request POST \
  --url https://www.api.baselink.tech/user-data/updateBio \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>",
  "bio": "<string>"
}
Update the user’s bio information.
success
boolean
Indicates if the bio was updated successfully.
message
string
Success or error message.
bio
string
The updated bio content.