Import coefficient values from a CSV file into a dataset. Requires owner permissions.
CSV format required:
Import modes:
upsert: Add new coefficients or update existing ones (recommended)replace: Delete all existing data and import freshappend: Only add new coefficients, skip existing keysFile requirements:
Common uses:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.