Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ info:
title: 'BK Plugin API'
version: '1.0.0'
description: '蓝鲸插件服务 API'

paths:

/callback/{token}/:
post:
operationId: callback
Expand Down Expand Up @@ -63,8 +61,7 @@ paths:
resourcePermissionRequired: true
disabledStages: []
descriptionEn: plugin callback

/invoke/{version}:
/invoke/{version}/:
post:
operationId: invoke
summary: 调用指定版本插件
Expand Down Expand Up @@ -139,11 +136,7 @@ paths:
type: HTTP
name: default
method: any
{% if settings.BK_PLUGIN_APIGW_BACKEND_SUB_PATH %}
path: /{env.api_sub_path}bk_plugin/plugin_api/
{% else %}
path: /bk_plugin/plugin_api/
{% endif %}
matchSubpath: true
timeout: 0
upstreams: {}
Expand Down Expand Up @@ -187,7 +180,7 @@ paths:
disabledStages: []
descriptionEn: Plugin open API entry

/plugin_api_dispatch/:
/plugin_api_dispatch:
post:
operationId: plugin_api_dispatch
summary: 插件API分发
Expand Down
2 changes: 1 addition & 1 deletion bk-plugin-framework/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bk-plugin-framework"
version = "2.3.4"
version = "2.3.5"
description = "bk plugin python framework"
authors = ["Your Name <you@example.com>"]
license = "MIT"
Expand Down