v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431163144.6 KB

Creates a new Changeset in a FinSpace Dataset.

post/datasets/{datasetId}/changesetsv2

Path parameters

datasetIdstring required

ID for a given Dataset

The unique identifier for the FinSpace Dataset where the Changeset will be created.

Request body

clientTokenstring

Idempotence Token for API operations

changeType'REPLACE' | 'APPEND' | 'MODIFY' required

Indicates how the given change will be applied to the dataset.

sourceParamsobject required

Source Parameters of a Changeset

formatParamsobject required

Format Parameters of a Changeset

Response

Success

datasetIdstring

The unique identifier for the FinSpace Dataset where the Changeset is created.

changesetIdstring

The unique identifier of the Changeset that is created.