Replace or update company
ยท One min read
We have introduced a new PATCH
endpoint, designed to let you update specific company properties without impacting others.
For most scenarios where you are currently using the PUT
endpoint, we recommend switching to PATCH
to enjoy greater flexibility and precision when updating company details.
What's new?โ
With the new PATCH
endpoint, you can:
- Update one or more specific properties without overwriting properties not included in the request.
To clarify the distinction between these methods, we've updated their names:
PATCH
-> Update CompanyPUT
-> Replace Company
Who is this relevant for?โ
This feature is ideal for users who need to make partial updates to a company's details without replacing the entire record.
How to get started?โ
To start using the PATCH
method either:
- Use our client libraries - leverage our libraries for quicker implementation and reduced maintenance.
- Update your existing libraries - if you're already using our client libraries, just update to the latest version, and the
update
method will automatically usePATCH
. - Review the API reference - find detailed examples and usage guidelines to ensure a seamless integration.
Learn more about our libraries and start streamlining your updates today!