MINARA

创建因子优化目标配置

POST /v1/factors/objective-profiles - 存储优化目标配置的新不可变版本。

POST /v1/factors/objective-profiles

存储优化目标配置的新不可变版本。

方法POST
路径/v1/factors/objective-profiles
认证Authorization: Bearer <token> 必填
类别research

请求体

{ "profile": { "id": "custom-robust", "version": 1, "name": "Custom Robust", "checksum": "..." } }

响应体

{ "profile": { "id": "custom-robust", "version": 1 } }

本页目录