Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 修复openapi workflow 接口拼写异常 #1449

Merged
merged 2 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading