> For the complete documentation index, see [llms.txt](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/business-api/business-api-update-business.md).

# Update Business

## PUT /businesses/{businessId}

Update business profile fields in the marketplace API domain.

### Request

```json
PUT https://marketplace.cloutly.com/api/v2/businesses/{businessId}

{
  "name": "My Business X",
  "address": "123 abc street, NSW",
  "industry": "New industry",
  "logoUrl": "https://your-hosted-url.com/business-1"
}
```

### Response

```json
{
  "id": "5ef7b45b-2fd2-4719-88fd-96ef62f9d4a4",
  "name": "My Business X",
  "address": "123 abc street, NSW"
}
```

### Notes

* Business profile updates do not re-run source discovery scans.
* This endpoint updates business metadata in Cloutly.
