---
title: "API006 プロフィール更新"
method: PUT
path: "/profile/{trainee_id}"
tags: ["profile"]
---

# API006 プロフィール更新

`PUT /profile/{trainee_id}`

## Path parameters

- `trainee_id` string, required

## Request body

- ProfileRequest
  - `trainee_name` string — トレーニー名
  - `display_name` string — 表示名
  - `self_introduction` string — 自己紹介

## Response `200`

プロフィールの更新に成功しました。

## Other responses

- `401` — 401 Unauthorized
- `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/versions/8f70bad57269/schema)
