diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 7a481a20..440b9590 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -3,6 +3,7 @@ ## [Version: 2.7.2] - 2024-11-18 【新增】画布删除线条时增加弹窗提醒 【优化】API列表选择全部系统时,去掉新建和导入API入口 +【修复】修复 openapi workflow 接口拼写异常 ## [Version: 2.7.1] - 2024-11-06 【新增】pipeline管理工具集成 diff --git a/docs/RELEASE_EN.md b/docs/RELEASE_EN.md index 37be6ac2..636c7d73 100644 --- a/docs/RELEASE_EN.md +++ b/docs/RELEASE_EN.md @@ -2,6 +2,8 @@ ## [Version: 2.7.2] - 2024-11-18 【Feature】Add a popup confirmation when deleting lines on the canvas. 【Improved】When selecting ‘All Systems’ in the API list, remove the options for creating new and importing APIs. +【Fix】Correct the spelling error in the OpenAPI workflow interface. + ## [Version: 2.7.1] - 2024-11-06 【Feature】Integrated pipeline management tool. diff --git a/itsm/openapi/management/commands/data/api-resources.yaml b/itsm/openapi/management/commands/data/api-resources.yaml index e2381e1a..3c6e5959 100644 --- a/itsm/openapi/management/commands/data/api-resources.yaml +++ b/itsm/openapi/management/commands/data/api-resources.yaml @@ -546,7 +546,7 @@ paths: backend: matchSubpath: false method: get - path: /{env.api_sub_path}/openapi/worklfow/get_workflow_detail/ + path: /{env.api_sub_path}/openapi/workflow/get_workflow_detail/ timeout: 0 transformHeaders: {} type: HTTP