---
title: "Updates the given company id"
method: PUT
path: "/v1/resourceowner/companies/{companyId}"
tags: ["ResourceOwnerCompany"]
---

# Updates the given company id

`PUT /v1/resourceowner/companies/{companyId}`

This will update the company contact with the new model.

## Path parameters

- `companyId` integer, required

## Request body

- CompanyEditModel
  - `RegisteredCompanyName` string, required
  - `RegistrationNumber` string
  - `Description` string

## Response `200`

The company was saved

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/automile/apis/automile-api.md) · [All operations](https://skmtc.net/automile/apis/automile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automile/automile-api/revisions/bd42075f6b02/schema)
