---
title: "オーナーが椅子の登録を行う"
method: POST
path: "/chair/chairs"
tags: ["chair"]
---

# オーナーが椅子の登録を行う

`POST /chair/chairs`

## Request body

- object
  - `name` string, required — 椅子の名前
  - `model` string, required — 椅子のモデル
  - `chair_register_token` string, required — 椅子をオーナーに紐づけるための椅子登録用トークン

## Response `201`

椅子登録が完了した

- object
  - `id` string, required — 椅子ID
  - `owner_id` string, required — オーナーID

## Changes

- **2026-07-17** `9ded46d2bf61` — 3 breaking
  - the `chair_register_token` request property's minLength was increased from `0` to `1`
  - the `model` request property's minLength was increased from `0` to `1`
  - the `name` request property's minLength was increased from `0` to `1`
- **2024-12-04** `5f71dd0e9c7f` — 3 info
  - the `chair_register_token` request property's minLength was decreased from `1` to `0`
  - the `model` request property's minLength was decreased from `1` to `0`
  - the `name` request property's minLength was decreased from `1` to `0`

[Change history](https://skmtc.dev/isucon/apis/isuride-api-specification/changes/chair/chairs/post.md)

---

[API](https://skmtc.dev/isucon/apis/isuride-api-specification.md) · [All operations](https://skmtc.dev/isucon/apis/isuride-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/isucon/isuride-api-specification/revisions/9ded46d2bf61/schema)
