Update Current User Info
PUT /api/user/self
Update Current User Info。
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
username | string | Optional | |
display_name | string | Optional | |
password | string | Optional | |
original_password | string | Optional |
Response Fields(200)
| Field Name | Type | Description |
|---|---|---|
success | boolean | Whether the request succeeded |
message | string | InfoInfo |
data | any | ResponseData |