---
title: "Update Component"
method: PUT
path: "/components/{component}"
tags: ["Components"]
---

# Update Component

`PUT /components/{component}`

## Path parameters

- `component` integer, required

## Request body

- UpdateComponentRequestData
  - `name` string, nullable
  - `description` string, nullable
  - `status` 1 | 2 | 3 | 4 | 5 | 6
  - `link` string, uri, nullable
  - `order` integer, nullable
  - `enabled` boolean, nullable
  - `component_group_id` integer, nullable
  - `tags` string[], nullable
  - `meta` object, nullable

## Response `200`

`Component`

## Other responses

- `401` — Unauthenticated
- `403` — Authorization error
- `404` — Not found
- `422` — Validation error

## Changes

> 30 revisions in range; 3 could not be searched.

- **2026-08-01** `9a4121c20e42` — 1 breaking
  - the `link` request property type/format changed from `string, null`/`` to `string, null`/`uri`
- **2026-07-27** `09d2b7258b3c` — 1 breaking, 7 warning, 2 info
  - the `data/attributes/pivot/component_status/value` response's property type/format changed from `string, null`/`` to `integer, null`/`` for status `200`
  - added the new `Major outage` enum value to the `data/attributes/pivot/component_status/human` response property for the response status `200`
  - added the new `Operational` enum value to the `data/attributes/pivot/component_status/human` response property for the response status `200`
  - added the new `Partial outage` enum value to the `data/attributes/pivot/component_status/human` response property for the response status `200`
  - …6 more
- **2026-07-25** `e653c575dc15` — 1 info
  - added the required property `included/items/anyOf[subschema #2: Incident]/attributes/published` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/cachethq/apis/cachet/changes/components/:component/put.md)

---

[API](https://skmtc.dev/cachethq/apis/cachet.md) · [All operations](https://skmtc.dev/cachethq/apis/cachet/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cachethq/cachet/revisions/7f89fdcf710a/schema)
