---
title: "Update Company"
method: PATCH
path: "/v1/companies/{company_code_or_sid}"
tags: ["companies"]
---

# Update Company

`PATCH /v1/companies/{company_code_or_sid}`

Update certain properties of the specified Company

## Path parameters

- `company_code_or_sid` string, required

## Request body

- StreemApiUpdateCompanyRequest
  - `name` string
  - `active` boolean
  - `parent_company_sid` string
  - `sub_company_limit` integer

## Response `default`

default response

- StreemApiUpdateCompanyResponse
  - `company` StreemApiCompany
    - `sid` string
    - `code` string
    - `name` string
    - `active` boolean
    - `parent_company_sid` string
    - `sub_company_limit` integer
    - `created_at` string, date-time
    - `active_status_modified_at` string, date-time
    - `call_sources` StreemApiCallSource[]
      - `sid` string
      - `company_id` string
      - `code` string
      - `name` string
      - `is_default` boolean
      - `logo_url` string
      - `max_diagnoses` integer
      - `custom_theme` StreemApiCustomTheme
        - `primary_color` string

---

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