---
title: "修改个人信息接口"
method: PUT
path: "/api/v1/admin/updatePersonal"
tags: ["System系统管理"]
---

# 修改个人信息接口

`PUT /api/v1/admin/updatePersonal`

修改个人信息接口

## Request body

- ModelUpdatePersonalDto
  - `email` string, required — 邮箱
  - `icon` string — 头像
  - `id` integer — ID
  - `nickname` string, required — 昵称
  - `note` string, required — 备注
  - `phone` string, required — 电话
  - `username` string, required — 用户名

## Response `200`

OK

- ResultResult
  - `code` integer — 状态码
  - `data` unknown
  - `message` string — 提示信息

---

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