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 GET \ --url https://wfapi.yuhe.space/api/auth/admin/permissions \ --cookie workflow_auth_session=
{ "errCode": 123, "errMessage": "<string>", "data": { "groups": [ { "id": "<string>", "label": "<string>", "permissions": [ { "label": "<string>", "description": "<string>", "group": "<string>" } ] } ] } }
通过密码登录或管理员密钥登录建立的 httpOnly 浏览器会话。
返回角色编辑器使用的权限注册表。
""
Show child attributes