Updates a single company
PUT/public_api/v1/companies/:id
A company can be looked up by id or domain. Companies are unique across teams, so any edits you make to a company will be visible to every user on the team. IDs will never change.
Request
Responses
- 200
- 401
- 403
- 404
Success
A valid oauth connector is required to use this endpoint.
Your oauth connector does not have the correct permissions to use this endpoint.
The company could not be found.