---
title: "Update a company"
method: PATCH
path: "/companies/{id}"
tags: ["Companies"]
---

# Update a company

`PATCH /companies/{id}`

Updates the company with the specified ID. Only tenant-owned companies can be updated. Global companies are shared across tenants and cannot be changed.

## Path parameters

- `id` string, required

## Request body

- PatchCompanyDto
  - `name` string
  - `domain` string, hostname, nullable
  - `industry` string[]
  - `size` string[]
  - `linkedinId` string, nullable
  - `description` string, nullable

## Response `204`

Company updated successfully

## Other responses

- `400` — Bad request - invalid data
- `401` — Unauthorized - invalid or missing authentication
- `403` — Forbidden - cannot update a global company
- `404` — Company not found
- `500` — Error response

---

[API](https://skmtc.net/spott/apis/spott-webhooks.md) · [All operations](https://skmtc.net/spott/apis/spott-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spott/spott-webhooks/versions/ad1f8c51cf0a/schema)
