Skip to content

Commit

Permalink
Merge pull request #1449 from TencentBlueKing/bugfix_openapi_workflow
Browse files Browse the repository at this point in the history
fix: 修复openapi workflow 接口拼写异常
  • Loading branch information
benero authored Nov 21, 2024
2 parents ef4e68a + 108752b commit 79d8376
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [Version: 2.7.2] - 2024-11-18
【新增】画布删除线条时增加弹窗提醒
【优化】API列表选择全部系统时,去掉新建和导入API入口
【修复】修复 openapi workflow 接口拼写异常

## [Version: 2.7.1] - 2024-11-06
【新增】pipeline管理工具集成
Expand Down
2 changes: 2 additions & 0 deletions docs/RELEASE_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion itsm/openapi/management/commands/data/api-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79d8376

Please sign in to comment.