MINARA

Create a factor optimization objective profile

POST /v1/factors/objective-profiles — Stores a new immutable version of optimization objective profile.

POST /v1/factors/objective-profiles

Stores a new immutable version of optimization objective profile.

MethodPOST
Path/v1/factors/objective-profiles
AuthAuthorization: Bearer <token> required
Categoryresearch

Request body

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

Response body

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

On this page