创建因子优化目标配置
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 } }