Skip to main content
POST
/
company-data
/
updateCompanyName
/
:companyDataId
Update Company Name
curl --request POST \
  --url https://www.api.baselink.tech/company-data/updateCompanyName/:companyDataId \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>"
}
Update the name of a company.
success
boolean
Indicates if the company name was updated successfully.
message
string
Success or error message.