Do
update_business
POSTFreebusiness:writewrite
Updates name, industry, city, state, disambiguation, index_status, webhook_url, or primary flag. Free. Requires business:write.
When to use
when list_businesses left description empty or recs need existing URLs.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
business_id | string | yes | — | Scope business ID |
name | string | no | — | — |
industry | string | no | — | — |
city | string | no | — | — |
state | string | no | — | — |
disambiguation | string | no | — | — |
index_status | unknown | indexed | not_indexed | no | — | — |
webhook_url | string (uri) | no | — | — |
is_primary | boolean | no | — | — |
REST path: POST /v1/update_business · All tools