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

# PATCH /api/companies/{id}

`PATCH /api/companies/{id}`

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `name` string
  - `email` string, email, nullable
  - `logoBase64` string, nullable
  - `teamName` string, nullable
  - `address` string, nullable
  - `phone` string, nullable
  - `bcp47LanguageTag` string, nullable
  - `photoSyncHash` unknown

## Response `200`

Default Response

- object
  - `id` string, uuid, required
  - `name` string, required
  - `teamName` string, nullable
  - `address` string, nullable
  - `email` string, nullable
  - `phone` string, nullable, required
  - `logoBase64` string, nullable, required
  - `photoSyncHash` string, nullable
  - `customFeatures` object
  - `bcp47LanguageTag` string, nullable
  - `role` 'admin' | 'member' | 'owner'
  - `currentVersion` integer, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

---

[API](https://skmtc.dev/buildoapp/apis/buildo-api.md) · [All operations](https://skmtc.dev/buildoapp/apis/buildo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/buildoapp/buildo-api/revisions/e646e4ae8482/schema)
