companies
Updates the company with the specified id.
<Check title="Required Permissions" icon="key">The user must be an admin or have company-master-data:write permissions.</Check>
put/companies/{companyId}
Path parameters
companyIdstring uuid required
The id of the company to update.
Headers
Authorizationstring required
Bearer authentication
Request body
Response
OK
Changes
Changed in 1 of the 5 revisions of this API.3
- ●
the
descriptionrequest property's maxLength was set to25000request-property-max-length-set
- ●
the
industryrequest property's maxLength was set to1000request-property-max-length-set
- ●
the
namerequest property's maxLength was set to1000request-property-max-length-set
- ●