---
title: "Update a seat metric"
method: PUT
path: "/seat-metrics/{id}"
tags: ["Seat Metrics"]
---

# Update a seat metric

`PUT /seat-metrics/{id}`

Update a seat metric which can be used in prices.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required
- `Sequence-Version` '2024-07-30'

## Request body

- UpdateSeatMetricRequest
  - `description` string, nullable — Optional description
  - `label` string, required — Friendly, customer-facing name for this seat metric.

## Response `200`

OK

- SeatMetric
  - `id` string, required — Unique ID for this seat metric.
  - `seatType` string, required — Immutable, unique value used to identify and refer to this seat type when submitting events.
  - `createdBy` string, nullable — The ID of the Sequence user who created this seat metric.
  - `label` string, required — Friendly, customer-facing name for this seat metric.
  - `description` string, nullable — Optional description for this seat metric.
  - `createdAt` string, required — The time at which this seat metric was created. Formatted as an ISO 8601 timestamp.
  - `updatedAt` string, required — The time at which this seat metric was updated. Formatted as an ISO 8601 timestamp.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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