Herald
OpenapiUser

Update current user profile

PUT
/api/user/profile

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

nickname?string|null

Response Body

application/json

application/json

application/json

application/json

curl -X PUT "https://example.com/api/user/profile" \  -H "Content-Type: application/json" \  -d '{}'
{  "email": "string",  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "nickname": "string",  "status": 0}
{  "code": "string",  "details": null,  "message": "string",  "requestId": "string",  "status": 0}
{  "code": "string",  "details": null,  "message": "string",  "requestId": "string",  "status": 0}
{  "code": "string",  "details": null,  "message": "string",  "requestId": "string",  "status": 0}