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