---
title: "Company Edit"
method: PATCH
path: "/companies/{company_uuid}"
tags: ["COMPANY"]
deprecated: true
---

# Company Edit

`PATCH /companies/{company_uuid}`

> **Deprecated.**

Edit a company. This operation is allowed only in the root domain.

## Path parameters

- `company_uuid` string, uuid, required

## Request body

- CompanyCreateIn
  - `name` string, nullable
  - `country` string, nullable

## Response `200`

Successful Response

- StandardResponse
  - `ok` boolean, required

## Other responses

- `422` — Validation Error

---

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