1. BP
APE
  • 快速开始
  • 项目文件
  • REST
    • Auth
      • Get JWT Token
      • Reset Password
      • Refresh JWT Token
    • Service
      • Master
        • Service Status
        • Install Service
        • Uninstall Service
        • Restart Service
    • Configuration
      • Get Master Configuration
      • Set Master Configuration
      • Get Worker Configuration
      • Set Worker Configuration
      • Get Locators Configuration
      • Get Filters Configuration
      • Set Filters Configuration
    • BP
      • Set BP
        PUT
      • Get BP
        GET
      • Delete BP
        DELETE
    • RTLS
      • Positions
      • Userdata
      • Locators
      • Update Positions
      • Report
      • Dashboard
  • 数据模型
    • ServiceStatus
    • ConfigurationMaster
    • ConfigurationWorker
    • ConfigurationFilters
    • BP
    • ConfigurationLocator
    • Coord
  1. BP

Set BP

PUT
/api/bp
上传由 Baseplot 部署软件生成的 .bp 项目文件。

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Body 参数application/octet-stream必填
已上传文件

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{}
修改于 2026-05-21 05:14:33
上一页
Set Filters Configuration
下一页
Get BP
Built with