Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://wfapi.yuhe.space/api/auth/me \ --header 'Content-Type: application/json' \ --cookie workflow_auth_session= \ --data ' { "displayName": "<string>", "avatarUrl": "<string>" } '
{ "errCode": 123, "errMessage": "<string>", "data": { "profile": { "userId": "<string>", "email": "jsmith@example.com", "displayName": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "roleIds": [ "<string>" ], "roleNames": [ "<string>" ], "permissions": [], "avatarUrl": "<string>", "createdByUserId": "<string>", "lastLoginAt": "2023-11-07T05:31:56Z" } } }
通过密码登录或管理员密钥登录建立的 httpOnly 浏览器会话。
返回更新后的用户资料。
""
Show child attributes