Update a company
Request example
Response sample
200 OK
HTTP Request
PATCH /v2/companies/:companyUUID
Body Parameters
| Parameter | Required | Data Type | Description |
|---|---|---|---|
| name | false | string | The name of the advertiser |
| url | false | string | The URL that is associated with the advertiser |
| status | false | boolean | The status of the advertiser. Defaults to true |
| owner_id | false | int | The user ID under which to put the advertiser |
| reporting_requested | false | boolean | Whether the advertiser requested Glean reporting |
| onboarded | false | boolean | Whether the advertiser has finished onboarding |

