feat: 完成工作流 Public API 授权闭环
- 新增访问令牌工作流 API 全局授权与 Public Workflow API 权限断言 - 补齐 API Key 执行记录归属、状态查询与下线后不可恢复边界 - 增加管理端接口调用说明与访问令牌授权开关
This commit is contained in:
@@ -80,6 +80,15 @@
|
||||
"publishStatusOffline": "Offline",
|
||||
"publishStatusDeletePending": "Delete Pending",
|
||||
"publishStatusLabel": "Release",
|
||||
"apiInstruction": "API Instructions",
|
||||
"apiInstructionPublishRequired": "Publish the workflow before viewing API instructions",
|
||||
"apiEndpoint": "Endpoint",
|
||||
"apiRequestExample": "Request Example",
|
||||
"apiResponseExample": "Response Example",
|
||||
"apiVariables": "Variables",
|
||||
"apiVariablesEmpty": "This workflow has no start parameters",
|
||||
"apiStatusExample": "Status Query Example",
|
||||
"apiResumeExample": "Resume Example",
|
||||
"submitPublishApprovalConfirm": "Publish the current workflow now?",
|
||||
"submitRepublishApprovalConfirm": "Republish the current workflow now?",
|
||||
"submitOfflineApprovalConfirm": "Take the current workflow offline?",
|
||||
|
||||
@@ -15,5 +15,6 @@
|
||||
},
|
||||
"permissions": "AuthInterface",
|
||||
"knowledgeSharePermission": "Knowledge Share",
|
||||
"workflowApiPermission": "Workflow API",
|
||||
"addApiKeyNotice": "This operation will generate an API key. Please confirm whether to proceed"
|
||||
}
|
||||
|
||||
@@ -80,6 +80,15 @@
|
||||
"publishStatusOffline": "已下线",
|
||||
"publishStatusDeletePending": "删除审批中",
|
||||
"publishStatusLabel": "发布状态",
|
||||
"apiInstruction": "接口调用说明",
|
||||
"apiInstructionPublishRequired": "发布后可获取 API 调用说明",
|
||||
"apiEndpoint": "调用地址",
|
||||
"apiRequestExample": "请求示例",
|
||||
"apiResponseExample": "返回示例",
|
||||
"apiVariables": "入参说明",
|
||||
"apiVariablesEmpty": "当前工作流没有开始参数",
|
||||
"apiStatusExample": "状态查询示例",
|
||||
"apiResumeExample": "恢复执行示例",
|
||||
"submitPublishApprovalConfirm": "确认发布当前工作流吗?",
|
||||
"submitRepublishApprovalConfirm": "确认重新发布当前工作流吗?",
|
||||
"submitOfflineApprovalConfirm": "确认下线当前工作流吗?",
|
||||
|
||||
@@ -15,5 +15,6 @@
|
||||
},
|
||||
"permissions": "授权接口",
|
||||
"knowledgeSharePermission": "知识库分享授权",
|
||||
"workflowApiPermission": "工作流 API 调用授权",
|
||||
"addApiKeyNotice": "该操作会生成一个apiKey,请确认是否生成"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user