---
title: "API016 トレーニング受講ステータス変更"
method: PUT
path: "/booking/{booking_id}/status"
tags: ["booking"]
---

# API016 トレーニング受講ステータス変更

`PUT /booking/{booking_id}/status`

## Path parameters

- `booking_id` string, required

## Request body

- TrainingStatusUpdateRequest
  - `booking_status_typ` '2' | '3' — 予約ステータス区分 2: 受講中 3: 受講済み

## Response `200`

ステータスが更新されました。

## Other responses

- `400` — 400 Bad Request
- `401` — 401 Unauthorized
- `404` — 404 Not Found
- `409` — 409 Conflict
- `422` — 422 Unprocessable Content
- `500` — 500 Internal Server
- `503` — 503 Service Unavailable

---

[API](https://skmtc.net/future-architect/apis/future-muscle-partner-api.md) · [All operations](https://skmtc.net/future-architect/apis/future-muscle-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/future-architect/future-muscle-partner-api/revisions/8f70bad57269/schema)
