---
title: "Update company attributes"
method: PUT
path: "/api/v1/companies/{id}"
tags: ["Companies"]
---

# Update company attributes

`PUT /api/v1/companies/{id}`

## Path parameters

- `id` integer, required

## Request body

- UpdateCompany
  - `token` string, required
  - `item` object
    - `name` string — the company name
    - `address` string — address of the company
    - `web` string — link to the company web page
    - `contact` string — contacts
    - `email` string — email
    - `fax` string — fax number
    - `description` string — general description

## Response `200`

company updated

## Other responses

- `401` — Error: Unauthorized
- `422` — invalid request

---

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